Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
681
func
(e *baseMapExpr) Size() int {
682
return
len(e.Entries())
683
}
684
685
func
(e *baseMapExpr) renumberIDs(idGen IDGenerator) {
686
for
_, entry :=
range
e.Entries() {
Callers
nothing calls this directly
Calls
1
Entries
Method · 0.95
Tested by
no test coverage detected