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

Struct evalConst

interpreter/interpretable.go:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306type evalConst struct {
307 id int64
308 val ref.Val
309}
310
311// ID implements the Interpretable interface method.
312func (cons *evalConst) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected