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

Struct relativeAttribute

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

Source from the content-addressed store, hash-verified

570}
571
572type relativeAttribute struct {
573 id int64
574 operand InterpretableV2
575 qualifiers []Qualifier
576 adapter types.Adapter
577 fac AttributeFactory
578
579 errorOnBadPresenceTest bool
580}
581
582// ID is an implementation of the Attribute interface method.
583func (a *relativeAttribute) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected