MCPcopy Create free account
hub / github.com/cel-expr/cel-go / ListInitContext

Struct ListInitContext

parser/gen/cel_parser.go:4051–4056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4049}
4050
4051type ListInitContext struct {
4052 antlr.BaseParserRuleContext
4053 parser antlr.Parser
4054 _optExpr IOptExprContext
4055 elems []IOptExprContext
4056}
4057
4058func NewEmptyListInitContext() *ListInitContext {
4059 var p = new(ListInitContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected