Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
724
func
(e *baseSelectExpr) renumberIDs(idGen IDGenerator) {
725
e.Operand().RenumberIDs(idGen)
726
}
727
728
func
(*baseSelectExpr) isExpr() {}
729
Callers
nothing calls this directly
Calls
2
Operand
Method · 0.95
RenumberIDs
Method · 0.65
Tested by
no test coverage detected