Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheNetsky/Microsoft-Rewards-Script
/ closeSessionDb
Function
closeSessionDb
scripts/utils.js:268–272 ·
view source on GitHub ↗
(db)
Source
from the content-addressed store, hash-verified
266
}
267
268
export
function
closeSessionDb(db) {
269
try {
270
db.close()
271
} catch {}
272
}
273
274
export
function
loadSessionRow(db, email, platform) {
275
const
row = db
Callers
2
clearSessions.js
File · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected