MCPcopy Create free account
hub / github.com/expr-lang/expr / ArrayNode

Struct ArrayNode

ast/node.go:235–238  ·  view source on GitHub ↗

ArrayNode represents an array.

Source from the content-addressed store, hash-verified

233
234// ArrayNode represents an array.
235type ArrayNode struct {
236 base
237 Nodes []Node // Nodes of the array.
238}
239
240// MapNode represents a map.
241type MapNode struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected