()
| 1101 | */ |
| 1102 | @Method() |
| 1103 | async getCurrentBreakpoint(): Promise<number | undefined> { |
| 1104 | return this.currentBreakpoint; |
| 1105 | } |
| 1106 | |
| 1107 | private async moveToNextBreakpoint() { |
| 1108 | const { breakpoints, currentBreakpoint } = this; |
no outgoing calls
no test coverage detected