Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
func
(p *parserHelper) newExpr(ctx any) ast.Expr {
148
return
p.exprFactory.NewUnspecifiedExpr(p.newID(ctx))
149
}
150
151
func
(p *parserHelper) id(ctx any) int64 {
152
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