Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RealDevSquad/website-backend
/ getUserIdElseUndefined
Function
getUserIdElseUndefined
utils/users.js:90–92 ·
view source on GitHub ↗
(username)
Source
from the content-addressed store, hash-verified
88
*/
89
90
const
getUserIdElseUndefined =
async
(username) => {
91
return
await
getUserId(username);
92
};
93
94
/**
95
* Converts the userIds entered in the array to corresponding usernames
Callers
1
createTaskExtensionRequest
Function · 0.85
Calls
1
getUserId
Function · 0.85
Tested by
no test coverage detected