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

Struct absoluteAttribute

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

Source from the content-addressed store, hash-verified

255}
256
257type absoluteAttribute struct {
258 id int64
259 // namespaceNames represent the names the variable could have based on declared container
260 // (package) of the expression.
261 namespaceNames []string
262 // disambiguateNames indicates whether the namespaceNames require disambiguation with local variables.
263 disambiguateNames bool
264
265 qualifiers []Qualifier
266 adapter types.Adapter
267 provider types.Provider
268 fac AttributeFactory
269
270 errorOnBadPresenceTest bool
271}
272
273// ID implements the Attribute interface method.
274func (a *absoluteAttribute) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected