MCPcopy 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
878func newIDCollector() *idCollector {
879 return &idCollector{
880 ids: int64Slice{},
881 }
882}
883
884type idCollector struct {
885 ids int64Slice

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected