MCPcopy
hub / github.com/coder/mux / coderWorkspaceNotFound

Method coderWorkspaceNotFound

src/node/runtime/CoderSSHRuntime.ts:144–150  ·  view source on GitHub ↗
(workspaceName: string)

Source from the content-addressed store, hash-verified

142 }
143
144 private coderWorkspaceNotFound(workspaceName: string): EnsureReadyResult {
145 return {
146 ready: false,
147 error: `Coder workspace "${workspaceName}" not found`,
148 errorType: "runtime_not_ready",
149 };
150 }
151
152 private async markReadyIfRepoPresent(
153 workspaceName: string,

Callers 1

doEnsureReadyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected