* Get the current asynctify state * * @returns The current asynctify state
()
| 76 | * @returns The current asynctify state |
| 77 | */ |
| 78 | isNormalStackState(): boolean { |
| 79 | return this.state == AsyncifyStateKind.None; |
| 80 | } |
| 81 | |
| 82 | /** |
| 83 | * Get the current asynctify state |
no outgoing calls
no test coverage detected