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

Function githubSyncSummary

deployments/desktop/static/desktop.js:4117–4125  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

4115 }
4116
4117 function githubSyncSummary(data) {
4118 const labels = ui().wiki.githubSync;
4119 const parts = [];
4120 if (data.pulled) parts.push(labels.pulled);
4121 if (data.committed) parts.push(labels.committed(data.commit || ""));
4122 if (data.pushed) parts.push(labels.pushed);
4123 if (!parts.length) parts.push(labels.unchanged);
4124 return parts.join(" · ");
4125 }
4126
4127 async function syncGithubNotes() {
4128 try {

Callers 1

syncGithubNotesFunction · 0.85

Calls 1

uiFunction · 0.85

Tested by

no test coverage detected