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

Function loadUsers

deployments/desktop/static/app.js:543–546  ·  view source on GitHub ↗
(preferredUserId = state.userId)

Source from the content-addressed store, hash-verified

541}
542
543async function loadUsers(preferredUserId = state.userId) {
544 const data = await api("/api/users");
545 renderUsers(data.users || [], preferredUserId);
546}
547
548async function loadRoles() {
549 const data = await api("/api/roles");

Callers 5

updateRoleFunction · 0.70
syncRoleForUserFunction · 0.70
createRoleFunction · 0.70
saveProfileFunction · 0.70
bootFunction · 0.70

Calls 2

renderUsersFunction · 0.85
apiFunction · 0.70

Tested by

no test coverage detected