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

Function fetchUserCompletedTasks

models/tasks.js:557–559  ·  view source on GitHub ↗
(username)

Source from the content-addressed store, hash-verified

555 */
556
557const fetchUserCompletedTasks = async (username) => {
558 return await fetchUserTasks(username, [OLD_COMPLETED, COMPLETED]);
559};
560
561/**
562 * Fetch all overdue tasks

Callers

nothing calls this directly

Calls 1

fetchUserTasksFunction · 0.85

Tested by

no test coverage detected