MCPcopy 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
44func (p *parserHelper) getSourceInfo() *ast.SourceInfo {
45 return p.sourceInfo
46}
47
48func (p *parserHelper) expressionCount() int64 {
49 return p.nextID - 1

Callers 2

getLocationByOffsetMethod · 0.95
ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected