Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
222
func
newRecursive() *RecursiveNode {
223
return
&RecursiveNode{NodeType: NodeRecursive}
224
}
225
226
func
(r *RecursiveNode) String() string {
227
return
r.Type().String()
Callers
2
parser_test.go
File · 0.85
parseRecursive
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected