MCPcopy Create free account
hub / github.com/idosal/git-mcp / input

Method input

worker-configuration.d.ts:4907–4907  ·  view source on GitHub ↗

* Begin applying a series of transformations to an image * @param stream The image bytes * @returns A transform handle

(stream: ReadableStream<Uint8Array>)

Source from the content-addressed store, hash-verified

4905 * @returns A transform handle
4906 */
4907 input(stream: ReadableStream<Uint8Array>): ImageTransformer;
4908}
4909interface ImageTransformer {
4910 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected