HasOutput indicates whether the output field is set of the match.
()
| 363 | |
| 364 | // HasOutput indicates whether the output field is set of the match. |
| 365 | func (m *Match) HasOutput() bool { |
| 366 | return m.output != nil |
| 367 | } |
| 368 | |
| 369 | // Output returns the output expression, or empty expression if output is not set. |
| 370 | func (m *Match) Output() ValueString { |
no outgoing calls