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

Function setStatus

deployments/desktop/static/app.js:251–253  ·  view source on GitHub ↗
(text, busy = false)

Source from the content-addressed store, hash-verified

249}
250
251function setStatus(text, busy = false) {
252 $("statusText").textContent = busy ? `${text}...` : text;
253}
254
255async function api(path, options = {}) {
256 if (DEMO_MODE) {

Callers 15

loadReportContentFunction · 0.70
bindReportsEventsFunction · 0.70
updateRoleFunction · 0.70
createRoleFunction · 0.70
loadLatestPushFunction · 0.70
scheduleDailyTaskPollingFunction · 0.70
handleDailyTaskFunction · 0.70
runDailyFunction · 0.70
submitFunction · 0.70
readArxivDirectFunction · 0.70
readPdfDirectFunction · 0.70

Calls 1

$Function · 0.70

Tested by

no test coverage detected