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

Function getProjectGraph

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

Source from the content-addressed store, hash-verified

96 },
97
98 async getProjectGraph(projectId: string) {
99 return request<{ graph: ProjectGraphRecord }>(`/api/projects/${projectId}/graph`);
100 },
101
102 async getDocument(documentId: string) {
103 return request<{ document: DocumentRecord }>(`/api/documents/${documentId}`);

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected