MCPcopy 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
222func (gen *idGenerator) nextID() int64 {
223 gen.seed++
224 return gen.seed
225}
226
227func (gen *idGenerator) renumberStable(id int64) int64 {
228 if id == 0 {

Callers 13

renumberStableMethod · 0.95
CopyASTMethod · 0.45
NewBindMacroMethod · 0.45
NewCallMethod · 0.45
NewMemberCallMethod · 0.45
NewIdentMethod · 0.45
NewLiteralMethod · 0.45
NewListMethod · 0.45
NewMapMethod · 0.45
NewMapEntryMethod · 0.45
NewSelectMethod · 0.45
NewStructMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected