Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
export
function
log(level, ...args) {
23
console.log(`[${level}]`, ...args)
24
}
25
26
export
function
parseArgs(argv = process.argv.slice(2)) {
27
const
args = {}
Callers
8
clearSessions.js
File · 0.90
browserSession.js
File · 0.90
main
Function · 0.90
validateEmail
Function · 0.85
loadJsonFile
Function · 0.85
loadConfig
Function · 0.85
envBoolWithLegacy
Function · 0.85
cleanup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected