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

Method Output

policy/compiler.go:145–147  ·  view source on GitHub ↗

Output returns the compiled output expression associated with the match block, if set.

()

Source from the content-addressed store, hash-verified

143
144// Output returns the compiled output expression associated with the match block, if set.
145func (m *CompiledMatch) Output() *OutputValue {
146 return m.output
147}
148
149// NestedRule returns the nested rule, if set.
150func (m *CompiledMatch) NestedRule() *CompiledRule {

Callers 4

compileRuleMethod · 0.45
checkUnreachableCodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected