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

Function getRemoteWorkspacePath

src/node/runtime/remoteProjectLayout.ts:66–68  ·  view source on GitHub ↗
(layout: RemoteProjectLayout, workspaceName: string)

Source from the content-addressed store, hash-verified

64}
65
66export function getRemoteWorkspacePath(layout: RemoteProjectLayout, workspaceName: string): string {
67 return path.posix.join(layout.projectRoot, workspaceName);
68}

Callers 6

getWorkspacePathMethod · 0.90
createWorkspaceMethod · 0.90
forkWorkspaceMethod · 0.90
runtime.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected