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

Method VisitStart

parser/parser.go:473–475  ·  view source on GitHub ↗

Visit a parse tree produced by CELParser#start.

(ctx *gen.StartContext)

Source from the content-addressed store, hash-verified

471
472// Visit a parse tree produced by CELParser#start.
473func (p *parser) VisitStart(ctx *gen.StartContext) any {
474 return p.Visit(ctx.Expr())
475}
476
477// Visit a parse tree produced by CELParser#expr.
478func (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