MCPcopy Create free account
hub / github.com/cel-expr/cel-go / exprHelper

Struct exprHelper

parser/helper.go:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324type exprHelper struct {
325 *parserHelper
326 id int64
327}
328
329func (e *exprHelper) nextMacroID() int64 {
330 return e.parserHelper.id(e.parserHelper.getLocation(e.id))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected