MCPcopy Create free account
hub / github.com/hashintel/hash / json

Method json

libs/@hashintel/ds-components/tests/sync-fetch.d.ts:3–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1declare module "sync-fetch" {
2 interface SyncResponse {
3 json(): unknown;
4 text(): string;
5 buffer(): Buffer;
6 arrayBuffer(): ArrayBuffer;

Callers 15

fetchFunction · 0.80
mainFunction · 0.80
setupTelemetryHandlerFunction · 0.80
setupAnalysisHandlerFunction · 0.80
gptQueryTypesFunction · 0.80
upsertGptOauthClientFunction · 0.80
gptGetUserWebsFunction · 0.80
gptQueryEntitiesFunction · 0.80
oAuthLinearCallbackFunction · 0.80
googleOAuthCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected