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

Function exportData

deployments/desktop/static/desktop.js:5404–5410  ·  view source on GitHub ↗
(format)

Source from the content-addressed store, hash-verified

5402 }
5403
5404 async function exportData(format) {
5405 const data = await api("/api/export", {
5406 method: "POST",
5407 body: JSON.stringify({ user_id: currentUser(), format })
5408 });
5409 showSettingsMessage(ui().settings.exported(data.format, data.display_path || data.path, data.count || 0));
5410 }
5411
5412 async function saveProfile() {
5413 const userId = $("profileUserId").value.trim() || currentUser();

Callers 1

bindEventsFunction · 0.85

Calls 4

currentUserFunction · 0.85
showSettingsMessageFunction · 0.85
uiFunction · 0.85
apiFunction · 0.70

Tested by

no test coverage detected