MCPcopy Create free account
hub / github.com/danthareja/node-google-apps-script / getUserHome

Function getUserHome

lib/defaults.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7};
8
9function getUserHome() {
10 return process.env[(process.platform == 'win32') ? 'USERPROFILE' : 'HOME'];
11}

Callers 1

defaults.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected