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

Method delete

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

Source from the content-addressed store, hash-verified

360
361 // DELETE request
362 public delete<T = any>(url: string, config?: FullRequestConfig): Promise<T> {
363 return this.request({ ...config, method: 'DELETE', url })
364 }
365
366 // PATCH request
367 public patch<T = any>(url: string, data?: any, config?: FullRequestConfig): Promise<T> {

Callers 15

setupInterceptorsMethod · 0.45
handleErrorMethod · 0.45
useEmittLazyFunction · 0.45
clearFunction · 0.45
clearFunction · 0.45
prompt.tsFile · 0.45
professional.tsFile · 0.45
training.tsFile · 0.45
setting.tsFile · 0.45
workspaceUwsDeleteFunction · 0.45
workspaceDeleteFunction · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected