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

Method body

worker-configuration.d.ts:1594–1594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1592}
1593interface R2ObjectBody extends R2Object {
1594 get body(): ReadableStream;
1595 get bodyUsed(): boolean;
1596 arrayBuffer(): Promise<ArrayBuffer>;
1597 text(): Promise<string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected