MCPcopy
hub / github.com/binaricat/Netcatty / get

Function get

infrastructure/services/syncSignature.test.mjs:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196 Object.defineProperty(globalThis.crypto, 'subtle', {
197 configurable: true,
198 get() {
199 return undefined;
200 },
201 });
202 try {
203 const sig = await createSyncedFileSignature(makeSyncedFile());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected