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

Method Fields

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

Fields returns the set of field initializers in the struct expression as EntryExpr values.

()

Source from the content-addressed store, hash-verified

243
244 // Fields returns the set of field initializers in the struct expression as EntryExpr values.
245 Fields() []EntryExpr
246
247 // marker interface method
248 isExpr()

Callers 15

VisitExprMethod · 0.65
planCreateStructMethod · 0.65
pruneMethod · 0.65
visitFunction · 0.65
costCreateStructMethod · 0.65
checkCreateStructMethod · 0.65
visitStructMsgMethod · 0.65
CopyMethod · 0.65
ToConfigMethod · 0.65
DeclareContextProtoFunction · 0.65
ContextProtoVarsFunction · 0.65

Implementers 1

baseStructExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 6

TestMapFoldFunction · 0.52
TestMergeFunction · 0.52
TestStructFunction · 0.52
TestStructNilFunction · 0.52
TestNavigableStructExprFunction · 0.52