MCPcopy
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
74func newList() *ListNode {
75 return &ListNode{NodeType: NodeList}
76}
77
78func (l *ListNode) append(n Node) {
79 l.Nodes = append(l.Nodes, n)

Callers 4

parser_test.goFile · 0.85
ParseMethod · 0.85
parseLeftDelimMethod · 0.85
parseFilterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected