MCPcopy
hub / github.com/Zleap-AI/SAG / archiveProject

Function archiveProject

web/src/lib/api.ts:71–75  ·  view source on GitHub ↗
(projectId: string)

Source from the content-addressed store, hash-verified

69 },
70
71 async archiveProject(projectId: string) {
72 return request<{ project: SourceRecord }>(`/api/projects/${projectId}/archive`, {
73 method: "POST"
74 });
75 },
76
77 async restoreProject(projectId: string) {
78 return request<{ project: SourceRecord }>(`/api/projects/${projectId}/restore`, {

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected