MCPcopy
hub / github.com/di-sukharev/opencommit / urlIsLocal

Function urlIsLocal

out/cli.cjs:50998–51002  ·  view source on GitHub ↗
(url2)

Source from the content-addressed store, hash-verified

50996 }
50997 if (!isUint8Array(chunk)) {
50998 throw new TypeError("Received non-Uint8Array chunk");
50999 }
51000 bytes.push(chunk);
51001 byteLength += chunk.length;
51002 }
51003 }
51004 function urlIsLocal(url2) {
51005 assert2("protocol" in url2);

Callers 1

mainFetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…