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

Function createMarkdownDoc

frontend/src/api/markdown.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13// GET /markdown/new 创建新文档
14export function createMarkdownDoc() {
15 return http.get<MarkdownNewResponse>("/markdown/new");
16}
17
18// GET /markdown/:hash 获取文档
19export function fetchMarkdownDoc(hash: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected