(message)
| 35490 | // a error message has been triggered. this however does not always meant an abrupt |
| 35491 | // program end. |
| 35492 | error(message) {} |
| 35493 | |
| 35494 | // an info message has been triggered. this provides things like stats and diagnostics. |
| 35495 | info(message) {} |
no outgoing calls
no test coverage detected