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

Method SetOutput

policy/parser.go:364–366  ·  view source on GitHub ↗

SetOutput sets the output expression for the match.

(o ValueString)

Source from the content-addressed store, hash-verified

362
363// SetOutput sets the output expression for the match.
364func (m *Match) SetOutput(o ValueString) {
365 m.output = &o
366}
367
368// SetExplanation sets the explanation expression for the match.
369func (m *Match) SetExplanation(e ValueString) {

Callers 2

ParseMatchMethod · 0.95
MatchTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected