Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
288
export
function
listSessionRows(db) {
289
return
db.prepare(
'SELECT email, platform, updated_at FROM sessions ORDER BY email, platform'
).all()
290
}
291
292
export
function
clearSessionRows(db, email) {
293
const
info = email
Callers
1
clearSessions.js
File · 0.90
Calls
1
prepare
Method · 0.65
Tested by
no test coverage detected