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) newLiteral(ctx any, value ref.Val) ast.Expr {
49 return p.exprFactory.NewLiteral(p.newID(ctx), value)

Callers 2

getLocationByOffsetMethod · 0.95
ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected