Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ newExpr
Method
newExpr
parser/helper.go:151–153 ·
view source on GitHub ↗
(ctx any)
Source
from the content-addressed store, hash-verified
149
}
150
151
func
(p *parserHelper) newExpr(ctx any) ast.Expr {
152
return
p.exprFactory.NewUnspecifiedExpr(p.newID(ctx))
153
}
154
155
func
(p *parserHelper) id(ctx any) int64 {
156
var
offset ast.OffsetRange
Callers
7
Visit
Method · 0.45
VisitSelect
Method · 0.45
VisitMemberCall
Method · 0.45
VisitIndex
Method · 0.45
VisitIdent
Method · 0.45
VisitGlobalCall
Method · 0.45
reportError
Method · 0.45
Calls
2
newID
Method · 0.95
NewUnspecifiedExpr
Method · 0.65
Tested by
no test coverage detected