MCPcopy Create free account
hub / github.com/LeoninCS/DevDesk / toggleWorkPlanTodo

Function toggleWorkPlanTodo

frontend/src/api/workplan.ts:30–32  ·  view source on GitHub ↗
(hash: string, id: number)

Source from the content-addressed store, hash-verified

28
29// POST /api/workplan/done
30export function toggleWorkPlanTodo(hash: string, id: number) {
31 return http.post("/workplan/done", { hash, id });
32}
33
34// POST /api/workplan/edit
35export function editWorkPlanTodo(hash: string, id: number, content: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected