MCPcopy Create free account
hub / github.com/fmhy/edit / bytes

Method bytes

api/worker-configuration.d.ts:13844–13844  ·  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

13842 * @returns ReadableStream of image bytes, or null if not found
13843 */
13844 bytes(): Promise<ReadableStream<Uint8Array> | null>
13845 /**
13846 * Update hosted image metadata
13847 * @param options Properties to update

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected