Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IgorWarzocha/howcode
/ getDesktopWorkingDirectory
Function
getDesktopWorkingDirectory
shared/desktop-working-directory.ts:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
return
process.env[name]
3
}
4
export
function
getDesktopWorkingDirectory() {
5
return
getProcessEnvironmentVariable(
'HOWCODE_REPO_ROOT'
) || process.cwd()
6
}
Callers
15
resolveProjectIds
Function · 0.90
scanKnownProjects
Function · 0.90
findExistingGitHubProject
Function · 0.90
getComposerSlashCommands
Function · 0.90
createComposerSnapshotSession
Function · 0.90
setComposerModel
Function · 0.90
setComposerThinkingLevel
Function · 0.90
sendComposerPrompt
Function · 0.90
startNewThread
Function · 0.90
getAsyncProjectDeletionBlockedError
Function · 0.90
project-actions.ts
File · 0.90
loadPiThemeStateInHost
Function · 0.90
Calls
1
getProcessEnvironmentVariable
Function · 0.70
Tested by
no test coverage detected