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

Interface UploadCodeResponse

frontend/src/api/codeshare.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface UploadCodeResponse {
12 hash: string;
13 url?: string;
14}
15
16export function uploadCode(data: UploadCodePayload) {
17 // 实际请求:<baseURL>/codeshare/upload

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected