Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dethcrypto/dethcode
/ argv.js
File
argv.js
packages/entrypoint/scripts/argv.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
exports.argv = {
2
production:
3
process.env.NODE_ENV ===
"production"
|| saysTrue(readArg(
"production"
)),
4
};
Callers
nothing calls this directly
Calls
2
saysTrue
Function · 0.70
readArg
Function · 0.70
Tested by
no test coverage detected