Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/client-go
/ newWildcard
Function
newWildcard
util/jsonpath/node.go:209–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
}
208
209
func
newWildcard() *WildcardNode {
210
return
&WildcardNode{NodeType: NodeWildcard}
211
}
212
213
func
(i *WildcardNode) String() string {
214
return
i.Type().String()
Callers
2
parser_test.go
File · 0.85
parseField
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected