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

Method newExpr

parser/helper.go:147–149  ·  view source on GitHub ↗
(ctx any)

Source from the content-addressed store, hash-verified

145}
146
147func (p *parserHelper) newExpr(ctx any) ast.Expr {
148 return p.exprFactory.NewUnspecifiedExpr(p.newID(ctx))
149}
150
151func (p *parserHelper) id(ctx any) int64 {
152 var offset ast.OffsetRange

Callers 7

VisitMethod · 0.45
VisitSelectMethod · 0.45
VisitMemberCallMethod · 0.45
VisitIndexMethod · 0.45
VisitIdentMethod · 0.45
VisitGlobalCallMethod · 0.45
reportErrorMethod · 0.45

Calls 2

newIDMethod · 0.95
NewUnspecifiedExprMethod · 0.65

Tested by

no test coverage detected