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

Function loadLatestPush

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

Source from the content-addressed store, hash-verified

888}
889
890async function loadLatestPush() {
891 const userId = ensureUser();
892 setStatus("加载最新推送", true);
893 const data = await api(`/api/latest-push?user_id=${encodeURIComponent(userId)}`);
894 renderPush(data.push);
895 setStatus("最新推送已加载");
896}
897
898function stopDailyTaskPolling() {
899 if (state.dailyTaskPollId) {

Callers 2

bindEventsFunction · 0.70
bootFunction · 0.70

Calls 4

ensureUserFunction · 0.85
setStatusFunction · 0.70
apiFunction · 0.70
renderPushFunction · 0.70

Tested by

no test coverage detected