Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ expressionCount
Method
expressionCount
parser/helper.go:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
func
(p *parserHelper) expressionCount() int64 {
49
return
p.nextID - 1
50
}
51
52
func
(p *parserHelper) newLiteral(ctx any, value ref.Val) ast.Expr {
53
return
p.exprFactory.NewLiteral(p.newID(ctx), value)
Callers
1
expandMacro
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected