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

Struct evalZeroArity

interpreter/interpretable.go:527–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527type evalZeroArity struct {
528 id int64
529 function string
530 overload string
531 impl functions.FunctionOp
532}
533
534// ID implements the Interpretable interface method.
535func (zero *evalZeroArity) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected