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

Method toJSON

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

Source from the content-addressed store, hash-verified

1644 readonly sha384?: ArrayBuffer;
1645 readonly sha512?: ArrayBuffer;
1646 toJSON(): R2StringChecksums;
1647}
1648interface R2StringChecksums {
1649 md5?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected