(message)
| 98 | toastCalls.push({ type: 'success', message }); |
| 99 | }, |
| 100 | error(message) { |
| 101 | toastCalls.push({ type: 'error', message }); |
| 102 | }, |
| 103 | info(message) { |
| 104 | toastCalls.push({ type: 'info', message }); |
| 105 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected