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

Struct exprHelper

parser/helper.go:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328type exprHelper struct {
329 *parserHelper
330 id int64
331}
332
333func (e *exprHelper) nextMacroID() int64 {
334 return e.parserHelper.id(e.parserHelper.getLocation(e.id))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected