SetOutput sets the output expression for the match.
(o ValueString)
| 362 | |
| 363 | // SetOutput sets the output expression for the match. |
| 364 | func (m *Match) SetOutput(o ValueString) { |
| 365 | m.output = &o |
| 366 | } |
| 367 | |
| 368 | // SetExplanation sets the explanation expression for the match. |
| 369 | func (m *Match) SetExplanation(e ValueString) { |
no outgoing calls
no test coverage detected