Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/client-go
/ newList
Function
newList
util/jsonpath/node.go:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
func
newList() *ListNode {
75
return
&ListNode{NodeType: NodeList}
76
}
77
78
func
(l *ListNode) append(n Node) {
79
l.Nodes = append(l.Nodes, n)
Callers
4
parser_test.go
File · 0.85
Parse
Method · 0.85
parseLeftDelim
Method · 0.85
parseFilter
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected