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

Class

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

Source from the content-addressed store, hash-verified

1929 constructor(expectedLength: number | bigint, queuingStrategy?: IdentityTransformStreamQueuingStrategy);
1930}
1931declare class IdentityTransformStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> {
1932 constructor(queuingStrategy?: IdentityTransformStreamQueuingStrategy);
1933}
1934interface IdentityTransformStreamQueuingStrategy {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected