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

Function isErrorLike

out/cli.cjs:50496–50498  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

50494 }
50495 function requestBadPort(request3) {
50496 const url2 = requestCurrentURL(request3);
50497 if (urlIsHttpHttpsScheme(url2) && badPortsSet.has(url2.port)) {
50498 return "blocked";
50499 }
50500 return "allowed";
50501 }

Callers 2

makeNetworkErrorFunction · 0.85
onAbortedFunction · 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…