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

Method patch

frontend/src/utils/request.ts:367–369  ·  view source on GitHub ↗
(url: string, data?: any, config?: FullRequestConfig)

Source from the content-addressed store, hash-verified

365
366 // PATCH request
367 public patch<T = any>(url: string, data?: any, config?: FullRequestConfig): Promise<T> {
368 return this.request({ ...config, method: 'PATCH', url, data })
369 }
370
371 // File upload
372 public upload<T = any>(

Callers 2

user.tsFile · 0.80
embedded.tsFile · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected