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

Class

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

Source from the content-addressed store, hash-verified

1885 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream)
1886 */
1887declare class WritableStream<W = any> {
1888 constructor(underlyingSink?: UnderlyingSink, queuingStrategy?: QueuingStrategy);
1889 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/locked) */
1890 get locked(): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected