(workspaceId: string)
| 2751 | } |
| 2752 | |
| 2753 | private isWorkspaceRegistered(workspaceId: string): boolean { |
| 2754 | return this.workspaceMetadata.has(workspaceId); |
| 2755 | } |
| 2756 | |
| 2757 | hasRegisteredWorkspace(workspaceId: string): boolean { |
| 2758 | return workspaceId.length > 0 && this.aggregators.has(workspaceId); |
no test coverage detected