MCPcopy
hub / github.com/chatboxai/chatbox / get

Function get

src/renderer/utils/request.ts:90–92  ·  view source on GitHub ↗
(url: string, headers: Record<string, string>, options?: Partial<RequestOptions>)

Source from the content-addressed store, hash-verified

88 },
89
90 async get(url: string, headers: Record<string, string>, options?: Partial<RequestOptions>) {
91 return doRequest(url, { ...options, method: 'GET', headers })
92 },
93}
94
95export async function fetchWithProxy(input: RequestInfo | URL, init?: RequestInit): Promise<Response> {

Callers 7

dismissFunction · 0.50
uiStore.tsFile · 0.50
authInfoStore.tsFile · 0.50
settingsStore.tsFile · 0.50
createSessionAtomFunction · 0.50

Calls 1

doRequestFunction · 0.85

Tested by

no test coverage detected