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

Method VisitStart

parser/parser.go:465–467  ·  view source on GitHub ↗

Visit a parse tree produced by CELParser#start.

(ctx *gen.StartContext)

Source from the content-addressed store, hash-verified

463
464// Visit a parse tree produced by CELParser#start.
465func (p *parser) VisitStart(ctx *gen.StartContext) any {
466 return p.Visit(ctx.Expr())
467}
468
469// Visit a parse tree produced by CELParser#expr.
470func (p *parser) VisitExpr(ctx *gen.ExprContext) any {

Callers 1

VisitMethod · 0.95

Calls 2

VisitMethod · 0.95
ExprMethod · 0.65

Tested by

no test coverage detected