MCPcopy Create free account
hub / github.com/RealDevSquad/website-backend / getUserStatusControllers

Function getUserStatusControllers

controllers/userStatus.js:181–187  ·  view source on GitHub ↗
(req, res, next)

Source from the content-addressed store, hash-verified

179 } catch (err) {
180 logger.error(`Error while updating the User Data: ${err}`);
181 return res.boom.badImplementation(INTERNAL_SERVER_ERROR);
182 }
183};
184
185/**
186 * Retrieve users status based on task status
187 * @param req {Object} - Express request object
188 * @param res {Object} - Express response object
189 */
190

Callers

nothing calls this directly

Calls 2

getTaskBasedUsersStatusFunction · 0.70
getAllUserStatusFunction · 0.70

Tested by

no test coverage detected