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

Class

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

Source from the content-addressed store, hash-verified

1026 length?: number;
1027}
1028declare class DigestStream extends WritableStream<ArrayBuffer | ArrayBufferView> {
1029 constructor(algorithm: string | SubtleCryptoHashAlgorithm);
1030 readonly digest: Promise<ArrayBuffer>;
1031 get bytesWritten(): number | bigint;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected