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

Struct ObservableInterpretable

interpreter/interpretable.go:147–150  ·  view source on GitHub ↗

ObservableInterpretable is an Interpretable which supports stateful observation, such as tracing or cost-tracking.

Source from the content-addressed store, hash-verified

145// ObservableInterpretable is an Interpretable which supports stateful observation, such as tracing
146// or cost-tracking.
147type ObservableInterpretable struct {
148 InterpretableV2
149 observers []StatefulObserver
150}
151
152// ID implements the Interpretable method to get the expression id associated with the step.
153func (oi *ObservableInterpretable) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected