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

Method getDefaultProjectDir

src/node/services/projectService.ts:519–522  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

517 }
518
519 getDefaultProjectDir(): string {
520 const config = this.config.loadConfigOrDefault();
521 return resolveProjectParentDir(undefined, config.defaultProjectDir);
522 }
523
524 async setDefaultProjectDir(dirPath: string): Promise<void> {
525 const trimmed = dirPath.trim();

Callers 3

GeneralSectionFunction · 0.80
routerFunction · 0.80

Calls 2

resolveProjectParentDirFunction · 0.85
loadConfigOrDefaultMethod · 0.80

Tested by

no test coverage detected