MCPcopy 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}
4export function getDesktopWorkingDirectory() {
5 return getProcessEnvironmentVariable('HOWCODE_REPO_ROOT') || process.cwd()
6}

Callers 15

resolveProjectIdsFunction · 0.90
scanKnownProjectsFunction · 0.90
getComposerSlashCommandsFunction · 0.90
setComposerModelFunction · 0.90
setComposerThinkingLevelFunction · 0.90
sendComposerPromptFunction · 0.90
startNewThreadFunction · 0.90
project-actions.tsFile · 0.90
loadPiThemeStateInHostFunction · 0.90

Calls 1

Tested by

no test coverage detected