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

Function deleteWorkPlanTodo

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

Source from the content-addressed store, hash-verified

38
39// POST /api/workplan/delete
40export function deleteWorkPlanTodo(hash: string, id: number) {
41 return http.post("/workplan/delete", { hash, id });
42}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected