MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / arrayBuffer

Method arrayBuffer

services/ai-attribution/worker-configuration.d.ts:2241–2241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2239 get body(): ReadableStream;
2240 get bodyUsed(): boolean;
2241 arrayBuffer(): Promise<ArrayBuffer>;
2242 bytes(): Promise<Uint8Array>;
2243 text(): Promise<string>;
2244 json<T>(): Promise<T>;

Callers 15

extractSkillZipFunction · 0.65
readBoundedTextFunction · 0.65
index.tsFile · 0.65
parseMultipartFilesFunction · 0.65
hydrateDbFromSnapshotFunction · 0.65
gastown.worker.tsFile · 0.65
getImageFunction · 0.65
transferImageFunction · 0.65
proxyThroughTargetFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected