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

Method FieldName

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

FieldName returns the field name being selected from the operand.

()

Source from the content-addressed store, hash-verified

201
202 // FieldName returns the field name being selected from the operand.
203 FieldName() string
204
205 // IsTestOnly indicates whether the select expression is a presence test generated by a macro.
206 IsTestOnly() bool

Callers 15

planSelectMethod · 0.65
toQualifiedNameMethod · 0.65
pruneMethod · 0.65
costSelectMethod · 0.65
checkSelectMethod · 0.65
computeQualifiersMethod · 0.65
visitSelectMethod · 0.65
CopyMethod · 0.65
MakeHasFunction · 0.65
validateIdentifierFunction · 0.65
HasMacroExpanderFunction · 0.65
maybeAsVariableNameFunction · 0.65

Implementers 1

baseSelectExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 4

TestSelectFunction · 0.52
TestSelectNilFunction · 0.52
TestNavigableSelectExprFunction · 0.52