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

Method VisitBoolTrue

parser/parser.go:832–834  ·  view source on GitHub ↗

Visit a parse tree produced by CELParser#BoolTrue.

(ctx *gen.BoolTrueContext)

Source from the content-addressed store, hash-verified

830
831// Visit a parse tree produced by CELParser#BoolTrue.
832func (p *parser) VisitBoolTrue(ctx *gen.BoolTrueContext) any {
833 return p.helper.newLiteralBool(ctx, true)
834}
835
836// Visit a parse tree produced by CELParser#BoolFalse.
837func (p *parser) VisitBoolFalse(ctx *gen.BoolFalseContext) any {

Callers 1

VisitMethod · 0.95

Calls 1

newLiteralBoolMethod · 0.80

Tested by

no test coverage detected