MCPcopy
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
209func newWildcard() *WildcardNode {
210 return &WildcardNode{NodeType: NodeWildcard}
211}
212
213func (i *WildcardNode) String() string {
214 return i.Type().String()

Callers 2

parser_test.goFile · 0.85
parseFieldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected