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

Function currentUser

deployments/desktop/static/desktop.js:2049–2051  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2047 }
2048
2049 function currentUser() {
2050 return $("userSelect").value || state.currentUser || "user_demo";
2051 }
2052
2053 function normalizeUser(raw) {
2054 if (typeof raw === "string") {

Callers 15

paperReportKeyFunction · 0.85
loadLatestPushFunction · 0.85
runDailyFunction · 0.85
pollDailyTaskFunction · 0.85
resumeDailyTaskFunction · 0.85
submitFeedbackFunction · 0.85
refreshReportsFunction · 0.85
directReadFunction · 0.85
wikiDailyGraphParamsFunction · 0.85
loadWikiFunction · 0.85
refreshWikiFunction · 0.85
syncGithubNotesFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected