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

Function listSessionRows

scripts/utils.js:288–290  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

286}
287
288export function listSessionRows(db) {
289 return db.prepare('SELECT email, platform, updated_at FROM sessions ORDER BY email, platform').all()
290}
291
292export function clearSessionRows(db, email) {
293 const info = email

Callers 1

clearSessions.jsFile · 0.90

Calls 1

prepareMethod · 0.65

Tested by

no test coverage detected