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

Function isURL

out/cli.cjs:25473–25475  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

25471 return typeof value === "object" && "length" in value;
25472 }
25473 function isURL(value) {
25474 return URL3 && value instanceof URL3;
25475 }
25476 module2.exports = wrap({ http: http4, https: https3 });
25477 module2.exports.wrap = wrap;
25478 }

Callers 1

request3Function · 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…