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

Function log

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

Source from the content-addressed store, hash-verified

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

Callers 8

clearSessions.jsFile · 0.90
browserSession.jsFile · 0.90
mainFunction · 0.90
validateEmailFunction · 0.85
loadJsonFileFunction · 0.85
loadConfigFunction · 0.85
envBoolWithLegacyFunction · 0.85
cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected