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

Struct conditionalAttribute

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

Source from the content-addressed store, hash-verified

383}
384
385type conditionalAttribute struct {
386 id int64
387 expr InterpretableV2
388 truthy Attribute
389 falsy Attribute
390 adapter types.Adapter
391 fac AttributeFactory
392}
393
394// ID is an implementation of the Attribute interface method.
395func (a *conditionalAttribute) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected