Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ getSourceInfo
Method
getSourceInfo
parser/helper.go:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(p *parserHelper) getSourceInfo() *ast.SourceInfo {
45
return
p.sourceInfo
46
}
47
48
func
(p *parserHelper) expressionCount() int64 {
49
return
p.nextID - 1
Callers
2
getLocationByOffset
Method · 0.95
Parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected