MCPcopy 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
268export function closeSessionDb(db) {
269 try {
270 db.close()
271 } catch {}
272}
273
274export function loadSessionRow(db, email, platform) {
275 const row = db

Callers 2

clearSessions.jsFile · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected