Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
196
function
defaultStateDir(): string {
197
return
join(homedir(),
".local"
,
"share"
,
"devspace"
);
198
}
199
200
function
defaultWorktreeRoot(): string {
201
return
join(homedir(),
".devspace"
,
"worktrees"
);
Callers
1
loadConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected