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

Function createWorkPlan

frontend/src/api/workplan.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14// GET /api/workplan/new
15export function createWorkPlan() {
16 return http.get<WorkPlanNewResponse>("/workplan/new");
17}
18
19// GET /api/workplan/:hash
20export function fetchWorkPlanTodos(hash: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected