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

Method Value

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

Value returns the map entry value expression.

()

Source from the content-addressed store, hash-verified

228
229 // Value returns the map entry value expression.
230 Value() Expr
231
232 // IsOptional returns whether the entry is optional.
233 IsOptional() bool

Callers 15

refValueToExprValueFunction · 0.65
createResultMatcherMethod · 0.65
collectCoverageStatsFunction · 0.65
VisitExprMethod · 0.65
VisitEntryExprMethod · 0.65
envToValidatorsFunction · 0.65
TestWhitespaceHanldingFunction · 0.65
maybeMergeConstantFunction · 0.65
costCreateMapMethod · 0.65
costCreateStructMethod · 0.65
checkIdentMethod · 0.65

Implementers 2

baseMapEntrycommon/ast/expr.go
navigableEntryImplcommon/ast/navigable.go

Calls

no outgoing calls

Tested by 15

TestWhitespaceHanldingFunction · 0.52
TestStringFormatFunction · 0.52
TestLiteralOutputFunction · 0.52
TestListsFunction · 0.52
TestStringFormatV2Function · 0.52
TestNativeTypesFunction · 0.52
TestNativeTypeValueFunction · 0.52