MCPcopy 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
90const getUserIdElseUndefined = async (username) => {
91 return await getUserId(username);
92};
93
94/**
95 * Converts the userIds entered in the array to corresponding usernames

Callers 1

Calls 1

getUserIdFunction · 0.85

Tested by

no test coverage detected