(listener: (workspaceId: string) => void)
| 214 | } |
| 215 | |
| 216 | offStatsChange(listener: (workspaceId: string) => void): void { |
| 217 | this.emitter.off("change", listener); |
| 218 | } |
| 219 | |
| 220 | private emitChange(workspaceId: string): void { |
| 221 | // Only wake subscribers if anyone is listening for this workspace. |
no outgoing calls
no test coverage detected