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

Method ID

interpreter/attributes.go:69–69  ·  view source on GitHub ↗

ID where the qualifier appears within an expression.

()

Source from the content-addressed store, hash-verified

67type Qualifier interface {
68 // ID where the qualifier appears within an expression.
69 ID() int64
70
71 // IsOptional specifies whether the qualifier is optional.
72 // Instead of a direct qualification, an optional qualifier will be resolved via QualifyIfPresent

Callers 15

maybeOptimizeConstUnaryFunction · 0.65
maybeBuildListLiteralFunction · 0.65
maybeBuildMapLiteralFunction · 0.65
optimizations.goFile · 0.65
ResolveMethod · 0.65
TestCustomDecoratorFunction · 0.65
TestV2AdapterFunction · 0.65
TestNewCallFunction · 0.65
IDMethod · 0.65
IDMethod · 0.65

Implementers 13

nestedMsgQualifierinterpreter/attributes_test.go
boolQualifierinterpreter/attributes.go
fieldQualifierinterpreter/attributes.go
stringQualifierinterpreter/attributes.go
intQualifierinterpreter/attributes.go
uintQualifierinterpreter/attributes.go
doubleQualifierinterpreter/attributes.go
evalAttrinterpreter/interpretable.go
absoluteAttributeinterpreter/attributes.go
conditionalAttributeinterpreter/attributes.go
maybeAttributeinterpreter/attributes.go
relativeAttributeinterpreter/attributes.go

Calls

no outgoing calls

Tested by 3

TestCustomDecoratorFunction · 0.52
TestV2AdapterFunction · 0.52
TestNewCallFunction · 0.52