(message)
| 35056 | // a error message has been triggered. this however does not always meant an abrupt |
| 35057 | // program end. |
| 35058 | error(message) {} |
| 35059 | |
| 35060 | // an info message has been triggered. this provides things like stats and diagnostics. |
| 35061 | info(message) {} |
no outgoing calls
no test coverage detected