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

Method getContainerBasePath

src/node/runtime/DevcontainerRuntime.ts:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 }
168
169 private getContainerBasePath(): string {
170 return this.remoteWorkspaceFolder ?? "/";
171 }
172
173 private resolveHostPathForMounted(filePath: string): string | null {
174 if (this.currentWorkspacePath) {

Callers 4

setupCredentialsMethod · 0.95
readFileViaExecMethod · 0.95
getExecStreamMethod · 0.95
statViaExecMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected