| 9 | } |
| 10 | |
| 11 | export interface UploadCodeResponse { |
| 12 | hash: string; |
| 13 | url?: string; |
| 14 | } |
| 15 | |
| 16 | export function uploadCode(data: UploadCodePayload) { |
| 17 | // 实际请求:<baseURL>/codeshare/upload |
nothing calls this directly
no outgoing calls
no test coverage detected