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