Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
482
function
activeUser() {
483
const
select = $(
"userSelect"
);
484
return
setActiveUser(select.value || state.userId);
485
}
486
487
function
ensureUser() {
488
const
userId = activeUser();
Callers
6
refreshReports
Function · 0.85
ensureUser
Function · 0.85
refreshDailyTaskStatus
Function · 0.85
refreshDashboard
Function · 0.85
refreshMustRead
Function · 0.85
refreshWikiStats
Function · 0.85
Calls
2
setActiveUser
Function · 0.85
$
Function · 0.70
Tested by
no test coverage detected