Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ baseMapExpr
Struct
baseMapExpr
common/ast/expr.go:666–668 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
664
func
(*baseListExpr) isExpr() {}
665
666
type
baseMapExpr
struct
{
667
entries []EntryExpr
668
}
669
670
func
(*baseMapExpr) Kind() ExprKind {
671
return
MapKind
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected