MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / bytes

Method bytes

packages/ci-proxy-worker/worker-configuration.d.ts:13094–13094  ·  view source on GitHub ↗

* Get the raw image data for a hosted image * @returns ReadableStream of image bytes, or null if not found

()

Source from the content-addressed store, hash-verified

13092 * @returns ReadableStream of image bytes, or null if not found
13093 */
13094 bytes(): Promise<ReadableStream<Uint8Array> | null>;
13095 /**
13096 * Update hosted image metadata
13097 * @param options Properties to update

Callers 3

is_metro_proxy_pathFunction · 0.65
url_path_componentFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected