MCPcopy Create free account
hub / github.com/experdot/pointer / repairWorkspacePath

Function repairWorkspacePath

src/renderer/src/services/workspaceService.ts:187–191  ·  view source on GitHub ↗
(dirPath: string)

Source from the content-addressed store, hash-verified

185}
186
187export async function repairWorkspacePath(dirPath: string): Promise<WorkspaceRepairResult> {
188 const result = await stores.workspace.repairWorkspacePath(dirPath)
189 await stores.workspace.init()
190 return result
191}
192
193// ==================== 工作区管理 ====================
194

Callers 1

handleOpenFolderFunction · 0.90

Calls 2

repairWorkspacePathMethod · 0.65
initMethod · 0.65

Tested by

no test coverage detected