MCPcopy Create free account
hub / github.com/cel-expr/cel-go / idCollector

Struct idCollector

cel/folding_test.go:884–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882}
883
884type idCollector struct {
885 ids int64Slice
886}
887
888func (c *idCollector) VisitExpr(e ast.Expr) {
889 if e.ID() == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected