MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / action-helper.js

File action-helper.js

scripts/action-helper.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const core = require('@actions/core');
2const { getVersion, isBeta } = require('./version-helper');
3const { exec } = require('./common');
4

Callers

nothing calls this directly

Calls 4

getVersionFunction · 0.85
isBetaFunction · 0.85
execFunction · 0.85
filterMethod · 0.80

Tested by

no test coverage detected