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

Struct evalZeroArity

interpreter/interpretable.go:515–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515type evalZeroArity struct {
516 id int64
517 function string
518 overload string
519 impl functions.FunctionOp
520}
521
522// ID implements the Interpretable interface method.
523func (zero *evalZeroArity) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected