Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ isBeta
Function
isBeta
scripts/version-helper.js:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
function
isBeta() {
16
return
process.env.BETA || pkg.beta > 0;
17
}
18
19
exports.getVersion = getVersion;
20
exports.isBeta = isBeta;
Callers
4
amo-upload.mjs
File · 0.90
createIcons
Function · 0.85
buildManifest
Function · 0.85
action-helper.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected