MCPcopy Create free account
hub / github.com/chiihero/Microsoft-Rewards-Script / log

Function log

scripts/utils.js:21–23  ·  view source on GitHub ↗
(level, ...args)

Source from the content-addressed store, hash-verified

19}
20
21export function log(level, ...args) {
22 console.log(`[${level}]`, ...args)
23}
24
25export function parseArgs(argv = process.argv.slice(2)) {
26 const args = {}

Callers 10

clearSessions.jsFile · 0.90
browserSession.jsFile · 0.90
mainFunction · 0.90
validateEmailFunction · 0.85
loadJsonFileFunction · 0.85
loadConfigFunction · 0.85
loadCookiesFunction · 0.85
loadFingerprintFunction · 0.85
cleanupFunction · 0.85
safeRemoveDirectoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected