Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ osUsername
Function
osUsername
cjs/src/index.js:561–567 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
559
}
560
561
function
osUsername() {
562
try {
563
return
os.userInfo().username
// eslint-disable-line
564
} catch (_) {
565
return
process.env.USERNAME || process.env.USER || process.env.LOGNAME
// eslint-disable-line
566
}
567
}
Callers
1
parseOptions
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected