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

Method ID

interpreter/interpretable.go:153–155  ·  view source on GitHub ↗

ID implements the Interpretable method to get the expression id associated with the step.

()

Source from the content-addressed store, hash-verified

151
152// ID implements the Interpretable method to get the expression id associated with the step.
153func (oi *ObservableInterpretable) ID() int64 {
154 return oi.InterpretableV2.ID()
155}
156
157// Exec implements the InterpretableV2 interface method.
158func (oi *ObservableInterpretable) Exec(frame *ExecutionFrame) ref.Val {

Callers 1

Calls 1

IDMethod · 0.65

Tested by 1