MCPcopy
hub / github.com/mayneyao/eidos / get

Method get

packages/rawdata/src/types.ts:171–171  ·  view source on GitHub ↗
(url: string, params?: Record<string, any>)

Source from the content-addressed store, hash-verified

169
170export interface HttpContext {
171 get(url: string, params?: Record<string, any>): Promise<any>
172 post(url: string, body?: any, headers?: Record<string, string>): Promise<any>
173}
174

Callers 15

createDesktopStorageFunction · 0.65
getIndexedDBValueFunction · 0.65
createBackendSyncStorageFunction · 0.65
stopRecorderFunction · 0.65
addCorsHeadersMethod · 0.65
addCorsHeadersFunction · 0.65
prepareMethod · 0.65
createUDFMethod · 0.65
analyzePythonImportsFunction · 0.65
pyodide.tsFile · 0.65
fetchAndExtractFunction · 0.65

Calls

no outgoing calls

Tested by 1

readFileMethod · 0.52