MCPcopy
hub / github.com/kubernetes/client-go / newRecursive

Function newRecursive

util/jsonpath/node.go:222–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220}
221
222func newRecursive() *RecursiveNode {
223 return &RecursiveNode{NodeType: NodeRecursive}
224}
225
226func (r *RecursiveNode) String() string {
227 return r.Type().String()

Callers 2

parser_test.goFile · 0.85
parseRecursiveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected