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

Struct maybeAttribute

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

Source from the content-addressed store, hash-verified

453}
454
455type maybeAttribute struct {
456 id int64
457 attrs []NamespacedAttribute
458 adapter types.Adapter
459 provider types.Provider
460 fac AttributeFactory
461}
462
463// ID is an implementation of the Attribute interface method.
464func (a *maybeAttribute) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected