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

Function loadSettings

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

Source from the content-addressed store, hash-verified

5300 }
5301
5302 async function loadSettings() {
5303 const data = await api("/api/settings");
5304 renderSettings(data);
5305 await loadCurrentProfile();
5306 }
5307
5308 async function saveSettings() {
5309 const values = {};

Callers 2

syncGithubNotesFunction · 0.85
initFunction · 0.85

Calls 3

renderSettingsFunction · 0.85
loadCurrentProfileFunction · 0.85
apiFunction · 0.70

Tested by

no test coverage detected