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

Function selectedUserInfo

deployments/desktop/static/desktop.js:4921–4923  ·  view source on GitHub ↗
(userId = currentUser())

Source from the content-addressed store, hash-verified

4919 }
4920
4921 function selectedUserInfo(userId = currentUser()) {
4922 return state.users.find((user) => user.user_id === userId) || normalizeUser(userId);
4923 }
4924
4925 function firstText(...values) {
4926 for (const value of values) {

Callers 1

renderProfileFormFunction · 0.85

Calls 2

currentUserFunction · 0.85
normalizeUserFunction · 0.85

Tested by

no test coverage detected