Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
697
function
renderProfile(profile) {
698
$(
"profileSnapshot"
).textContent = JSON.stringify(profile || {}, null, 2);
699
}
700
701
async
function
refreshProfile() {
702
const
userId = ensureUser();
Callers
2
refreshProfile
Function · 0.85
saveProfile
Function · 0.85
Calls
1
$
Function · 0.70
Tested by
no test coverage detected