(workspaceId: string)
| 274 | childrenByParentId.set(parentId, children); |
| 275 | } |
| 276 | const hasChildren = (workspaceId: string) => childrenByParentId.has(workspaceId); |
| 277 | |
| 278 | const descriptorsByStorageKey = new Map<string, GroupDescriptor>(); |
| 279 | const allMembersByStorageKey = new Map<string, FrontendWorkspaceMetadata[]>(); |
no test coverage detected