Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
export
function
log(level, ...args) {
22
console.log(`[${level}]`, ...args)
23
}
24
25
export
function
parseArgs(argv = process.argv.slice(2)) {
26
const
args = {}
Callers
10
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
loadCookies
Function · 0.85
loadFingerprint
Function · 0.85
cleanup
Function · 0.85
safeRemoveDirectory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected