MCPcopy
hub / github.com/google/mtail / ExprList

Struct ExprList

internal/runtime/compiler/ast/ast.go:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type ExprList struct {
35 Children []Node
36
37 typMu sync.RWMutex
38 typ types.Type
39}
40
41func (n *ExprList) Pos() *position.Position {
42 return mergepositionlist(n.Children)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected