(method: string)
| 201 | } |
| 202 | |
| 203 | registerNotification(method: string): void { |
| 204 | this.notifications.add(method) |
| 205 | } |
| 206 | |
| 207 | registerRuntimeStopHandler(handler: RuntimeStopHandler): () => void { |
| 208 | this.runtimeStopHandlers.push(handler) |
no outgoing calls
no test coverage detected