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

Struct v1Adapter

interpreter/interpretable.go:64–66  ·  view source on GitHub ↗

v1Adapter handles bridging a V1 Interpretable implementation to the V2 interface.

Source from the content-addressed store, hash-verified

62
63// v1Adapter handles bridging a V1 Interpretable implementation to the V2 interface.
64type v1Adapter struct {
65 Interpretable
66}
67
68// Exec implements the InterpretableV2 interface method.
69func (a *v1Adapter) Exec(f *ExecutionFrame) ref.Val {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected