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

Struct evalUnary

interpreter/interpretable.go:552–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552type evalUnary struct {
553 id int64
554 function string
555 overload string
556 arg InterpretableV2
557 trait int
558 impl functions.UnaryOp
559 nonStrict bool
560}
561
562// ID implements the Interpretable interface method.
563func (un *evalUnary) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected