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

Method setLaunchProject

src/node/services/serverService.ts:303–305  ·  view source on GitHub ↗

* Set the launch project path

(path: string | null)

Source from the content-addressed store, hash-verified

301 * Set the launch project path
302 */
303 setLaunchProject(path: string | null): void {
304 this.launchProjectPath = path;
305 }
306
307 /**
308 * Get the launch project path

Callers 2

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected