HasOutput indicates whether the output field is set of the match.
()
| 321 | |
| 322 | // HasOutput indicates whether the output field is set of the match. |
| 323 | func (m *Match) HasOutput() bool { |
| 324 | return m.output != nil |
| 325 | } |
| 326 | |
| 327 | // Output returns the output expression, or empty expression if output is not set. |
| 328 | func (m *Match) Output() ValueString { |
no outgoing calls