MCPcopy Index your code
hub / github.com/Waishnav/devspace / defaultStateDir

Function defaultStateDir

src/config.ts:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194}
195
196function defaultStateDir(): string {
197 return join(homedir(), ".local", "share", "devspace");
198}
199
200function defaultWorktreeRoot(): string {
201 return join(homedir(), ".devspace", "worktrees");

Callers 1

loadConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected