MCPcopy
hub / github.com/coder/mux / addToRenamingWorkspaces

Function addToRenamingWorkspaces

src/node/services/workspaceService.test.ts:66–69  ·  view source on GitHub ↗
(service: WorkspaceService, workspaceId: string)

Source from the content-addressed store, hash-verified

64
65// Helper to access private renamingWorkspaces set
66function addToRenamingWorkspaces(service: WorkspaceService, workspaceId: string): void {
67 // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call
68 (service as any).renamingWorkspaces.add(workspaceId);
69}
70
71// Helper to access private archivingWorkspaces set
72function addToArchivingWorkspaces(service: WorkspaceService, workspaceId: string): void {

Callers 1

Calls 1

addMethod · 0.80

Tested by

no test coverage detected