Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ nextID
Method
nextID
cel/optimizer.go:222–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
220
}
221
222
func
(gen *idGenerator) nextID() int64 {
223
gen.seed++
224
return
gen.seed
225
}
226
227
func
(gen *idGenerator) renumberStable(id int64) int64 {
228
if
id == 0 {
Callers
13
renumberStable
Method · 0.95
CopyAST
Method · 0.45
NewBindMacro
Method · 0.45
NewCall
Method · 0.45
NewMemberCall
Method · 0.45
NewIdent
Method · 0.45
NewLiteral
Method · 0.45
NewList
Method · 0.45
NewMap
Method · 0.45
NewMapEntry
Method · 0.45
NewSelect
Method · 0.45
NewStruct
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected