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

Struct evalTestOnly

interpreter/interpretable.go:233–236  ·  view source on GitHub ↗

Core Interpretable implementations used during the program planning phase.

Source from the content-addressed store, hash-verified

231// Core Interpretable implementations used during the program planning phase.
232
233type evalTestOnly struct {
234 id int64
235 InterpretableAttribute
236}
237
238// ID implements the Interpretable interface method.
239func (test *evalTestOnly) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected