Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
function
getUserHome() {
10
return
process.env[(process.platform ==
'win32'
) ?
'USERPROFILE'
:
'HOME'
];
11
}
Callers
1
defaults.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected