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

Struct BoolTrueContext

repl/parser/commands_parser.go:9792–9795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9790}
9791
9792type BoolTrueContext struct {
9793 LiteralContext
9794 tok antlr.Token
9795}
9796
9797func NewBoolTrueContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolTrueContext {
9798 var p = new(BoolTrueContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected