Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ newIDCollector
Function
newIDCollector
cel/folding_test.go:878–882 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
876
}
877
878
func
newIDCollector() *idCollector {
879
return
&idCollector{
880
ids: int64Slice{},
881
}
882
}
883
884
type
idCollector
struct
{
885
ids int64Slice
Callers
1
TestConstantFoldingNormalizeIDs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected