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

Function loadLatestPush

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

Source from the content-addressed store, hash-verified

2286 }
2287
2288 async function loadLatestPush() {
2289 const data = await api(`/api/latest-push?user_id=${encodeURIComponent(currentUser())}`);
2290 renderPush(data.push || data.result?.push || data, { fromCache: true });
2291 }
2292
2293 async function runDaily() {
2294 syncDateControls();

Callers 2

bindEventsFunction · 0.70
initFunction · 0.70

Calls 3

currentUserFunction · 0.85
apiFunction · 0.70
renderPushFunction · 0.70

Tested by

no test coverage detected