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

Method Entries

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

Source from the content-addressed store, hash-verified

672}
673
674func (e *baseMapExpr) Entries() []EntryExpr {
675 if e == nil {
676 return []EntryExpr{}
677 }
678 return e.entries
679}
680
681func (e *baseMapExpr) Size() int {
682 return len(e.Entries())

Callers 2

SizeMethod · 0.95
renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected