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

Method renumberIDs

common/ast/expr.go:724–726  ·  view source on GitHub ↗
(idGen IDGenerator)

Source from the content-addressed store, hash-verified

722}
723
724func (e *baseSelectExpr) renumberIDs(idGen IDGenerator) {
725 e.Operand().RenumberIDs(idGen)
726}
727
728func (*baseSelectExpr) isExpr() {}
729

Callers

nothing calls this directly

Calls 2

OperandMethod · 0.95
RenumberIDsMethod · 0.65

Tested by

no test coverage detected