Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeoninCS/DevDesk
/ MarkdownDocResponse
Interface
MarkdownDocResponse
frontend/src/api/markdown.ts:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
export
interface
MarkdownDocResponse {
9
hash: string;
10
content: string;
11
}
12
13
// GET /markdown/new 创建新文档
14
export
function
createMarkdownDoc() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected