(name: string)
| 1 | function getProcessEnvironmentVariable(name: string) { |
| 2 | return process.env[name] |
| 3 | } |
| 4 | export function getDesktopWorkingDirectory() { |
| 5 | return getProcessEnvironmentVariable('HOWCODE_REPO_ROOT') || process.cwd() |
| 6 | } |
no outgoing calls
no test coverage detected