Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidWells/analytics
/ getNodeOS
Function
getNodeOS
packages/analytics-core/src/utils/getOSName/node.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
// TODO fix os. os getting stripped out for node build
4
export
default
function
getNodeOS() {
5
return
'na'
// os.platform()
6
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected