* Returns the current check state. * @return {CheckState} The check state.
()
| 37 | * @return {CheckState} The check state. |
| 38 | */ |
| 39 | checkState() { |
| 40 | return this._checkState; |
| 41 | } |
| 42 | |
| 43 | async run() { |
| 44 | // Get check as synchronous or asynchronous function |
no outgoing calls
no test coverage detected