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

Method IsTestOnly

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

IsTestOnly indicates whether the select expression is a presence test generated by a macro.

()

Source from the content-addressed store, hash-verified

204
205 // IsTestOnly indicates whether the select expression is a presence test generated by a macro.
206 IsTestOnly() bool
207
208 // marker interface method
209 isExpr()

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
validateIdentifierFunction · 0.65
inlineExprMethod · 0.65
isBindableFunction · 0.65
ToQualifiedNameFunction · 0.65

Implementers 1

baseSelectExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 3

TestSelectNilFunction · 0.52
TestNavigableSelectExprFunction · 0.52