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

Method getLaunchProject

src/node/services/serverService.ts:310–312  ·  view source on GitHub ↗

* Get the launch project path

()

Source from the content-addressed store, hash-verified

308 * Get the launch project path
309 */
310 getLaunchProject(): Promise<string | null> {
311 return Promise.resolve(this.launchProjectPath);
312 }
313
314 /**
315 * Set the SSH hostname for editor deep links (browser mode)

Callers 4

checkLaunchProjectFunction · 0.80
resolveStartupRootRouteFunction · 0.80
routerFunction · 0.80

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected