MCPcopy Index your code
hub / github.com/coder/mux / getProjectLayout

Method getProjectLayout

src/node/runtime/SSHRuntime.ts:582–584  ·  view source on GitHub ↗
(projectPath: string)

Source from the content-addressed store, hash-verified

580 }
581
582 private getProjectLayout(projectPath: string): RemoteProjectLayout {
583 return buildRemoteProjectLayout(this.config.srcBaseDir, projectPath);
584 }
585
586 private getProjectSyncKey(projectId: string): string {
587 return [

Callers 7

getWorkspacePathMethod · 0.95
getBaseRepoPathMethod · 0.95
ensureBaseRepoMethod · 0.95
syncProjectToRemoteMethod · 0.95
createWorkspaceMethod · 0.95
tryWarmWorktreeAddMethod · 0.95
forkWorkspaceMethod · 0.95

Calls 1

buildRemoteProjectLayoutFunction · 0.90

Tested by

no test coverage detected