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

Struct StmtList

internal/runtime/compiler/ast/ast.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type StmtList struct {
22 Scope *symbol.Scope // Pointer to the local scope for this enclosing block
23 Children []Node
24}
25
26func (n *StmtList) Pos() *position.Position {
27 return mergepositionlist(n.Children)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected