MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / responseURL

Function responseURL

out/cli.cjs:50468–50472  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

50466 var supportedHashes = [];
50467 var crypto3;
50468 try {
50469 crypto3 = require("crypto");
50470 const possibleRelevantHashes = ["sha256", "sha384", "sha512"];
50471 supportedHashes = crypto3.getHashes().filter((hash) => possibleRelevantHashes.includes(hash));
50472 } catch {
50473 }
50474 function responseURL(response) {
50475 const urlList = response.urlList;

Callers 1

responseLocationURLFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…