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

Method values

worker-configuration.d.ts:1772–1772  ·  view source on GitHub ↗
(options?: ReadableStreamValuesOptions)

Source from the content-addressed store, hash-verified

1770 ReadableStream<R>
1771 ];
1772 values(options?: ReadableStreamValuesOptions): AsyncIterableIterator<R>;
1773 [Symbol.asyncIterator](options?: ReadableStreamValuesOptions): AsyncIterableIterator<R>;
1774}
1775/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected