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

Method storeContainerUserInfo

src/node/runtime/DockerRuntime.ts:614–616  ·  view source on GitHub ↗
(userInfo: ContainerUserInfo)

Source from the content-addressed store, hash-verified

612 }
613
614 private storeContainerUserInfo(userInfo: ContainerUserInfo): void {
615 this.containerHome = userInfo.home;
616 }
617
618 private prepareWorkspaceDirectories(
619 containerName: string,

Callers 3

provisionContainerMethod · 0.95
forkWorkspaceMethod · 0.95
ensureReadyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected