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

Method get

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

Source from the content-addressed store, hash-verified

296
297 // GET request
298 public get<T = any>(url: string, config?: FullRequestConfig): Promise<T> {
299 return this.request({ ...config, method: 'GET', url })
300 }
301
302 // POST request
303 public post<T = any>(url: string, data?: any, config?: FullRequestConfig): Promise<T> {

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected