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

Function renderProfile

deployments/desktop/static/app.js:697–699  ·  view source on GitHub ↗
(profile)

Source from the content-addressed store, hash-verified

695}
696
697function renderProfile(profile) {
698 $("profileSnapshot").textContent = JSON.stringify(profile || {}, null, 2);
699}
700
701async function refreshProfile() {
702 const userId = ensureUser();

Callers 2

refreshProfileFunction · 0.85
saveProfileFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected