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