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

Struct BoolTrueContext

parser/gen/cel_parser.go:5834–5837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5832}
5833
5834type BoolTrueContext struct {
5835 LiteralContext
5836 tok antlr.Token
5837}
5838
5839func NewBoolTrueContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolTrueContext {
5840 var p = new(BoolTrueContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected