MCPcopy 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
48func (p *parserHelper) expressionCount() int64 {
49 return p.nextID - 1
50}
51
52func (p *parserHelper) newLiteral(ctx any, value ref.Val) ast.Expr {
53 return p.exprFactory.NewLiteral(p.newID(ctx), value)

Callers 1

expandMacroMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected