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

Method RelativeAttribute

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

RelativeAttribute creates an attribute whose value is a qualification of a dynamic computation rather than a static variable reference.

(id int64, operand Interpretable)

Source from the content-addressed store, hash-verified

51 // RelativeAttribute creates an attribute whose value is a qualification of a dynamic
52 // computation rather than a static variable reference.
53 RelativeAttribute(id int64, operand Interpretable) Attribute
54
55 // NewQualifier creates a qualifier on the target object with a given value.
56 //

Implementers 1

attrFactoryinterpreter/attributes.go

Calls

no outgoing calls