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

Method Entries

common/ast/expr.go:215–215  ·  view source on GitHub ↗

Entries returns the map key value pairs as EntryExpr values.

()

Source from the content-addressed store, hash-verified

213type MapExpr interface {
214 // Entries returns the map key value pairs as EntryExpr values.
215 Entries() []EntryExpr
216
217 // Size returns the number of entries in the map.
218 Size() int

Callers 15

VisitExprMethod · 0.65
planCreateMapMethod · 0.65
pruneMethod · 0.65
visitFunction · 0.65
costCreateMapMethod · 0.65
checkCreateMapMethod · 0.65
visitStructMapMethod · 0.65
CopyMethod · 0.65
verifyStringMethod · 0.65
verifyStringMethod · 0.65
ValidateMethod · 0.65
pruneOptionalMapEntriesFunction · 0.65

Implementers 1

baseMapExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 3

TestMapFunction · 0.52
TestMapNilFunction · 0.52
TestNavigableMapExprFunction · 0.52