MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / activeUser

Function activeUser

deployments/desktop/static/app.js:482–485  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

480}
481
482function activeUser() {
483 const select = $("userSelect");
484 return setActiveUser(select.value || state.userId);
485}
486
487function ensureUser() {
488 const userId = activeUser();

Callers 6

refreshReportsFunction · 0.85
ensureUserFunction · 0.85
refreshDailyTaskStatusFunction · 0.85
refreshDashboardFunction · 0.85
refreshMustReadFunction · 0.85
refreshWikiStatsFunction · 0.85

Calls 2

setActiveUserFunction · 0.85
$Function · 0.70

Tested by

no test coverage detected