MCPcopy Index your code
hub / github.com/dataease/SQLBot / download

Method download

frontend/src/utils/request.ts:390–397  ·  view source on GitHub ↗
(url: string, config?: FullRequestConfig)

Source from the content-addressed store, hash-verified

388
389 // Download file
390 public download(url: string, config?: FullRequestConfig): Promise<Blob> {
391 return this.request<Blob>({
392 ...config,
393 method: 'GET',
394 url,
395 responseType: 'blob',
396 })
397 }
398
399 public loadRemoteScript(url: string, id?: string, cb?: any): Promise<HTMLElement> {
400 if (!url) {

Callers 1

updateSpecFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected