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

Method Output

policy/compiler.go:159–161  ·  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

157
158// Output returns the compiled output expression associated with the match block, if set.
159func (m *CompiledMatch) Output() *OutputValue {
160 return m.output
161}
162
163// NestedRule returns the nested rule, if set.
164func (m *CompiledMatch) NestedRule() *CompiledRule {

Callers 4

compileRuleMethod · 0.45
checkUnreachableCodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected