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

Method Size

common/ast/expr.go:681–683  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

679}
680
681func (e *baseMapExpr) Size() int {
682 return len(e.Entries())
683}
684
685func (e *baseMapExpr) renumberIDs(idGen IDGenerator) {
686 for _, entry := range e.Entries() {

Callers

nothing calls this directly

Calls 1

EntriesMethod · 0.95

Tested by

no test coverage detected