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

Function hasAnOpaquePath

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

Source from the content-addressed store, hash-verified

3990 return url2.host === null || url2.host === "" || url2.scheme === "file";
3991 }
3992 function hasAnOpaquePath(url2) {
3993 return typeof url2.path === "string";
3994 }
3995 function isNormalizedWindowsDriveLetter(string) {
3996 return /^[A-Za-z]:$/u.test(string);
3997 }

Callers 3

serializeURLFunction · 0.85
serializePathFunction · 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…