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

Function updateMarkdownDoc

frontend/src/api/markdown.ts:25–27  ·  view source on GitHub ↗
(hash: string, content: string)

Source from the content-addressed store, hash-verified

23// POST /markdown/update 更新文档
24// body: { hash, content }
25export function updateMarkdownDoc(hash: string, content: string) {
26 return http.post("/markdown/update", { hash, content });
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected