MCPcopy Index your code
hub / github.com/VSpaceCode/VSpaceCode / isEqualAuthority

Function isEqualAuthority

src/pathCommands.ts:191–193  ·  view source on GitHub ↗
(a1: string, a2: string)

Source from the content-addressed store, hash-verified

189}
190
191function isEqualAuthority(a1: string, a2: string) {
192 return a1 === a2 || equalsIgnoreCase(a1, a2);
193}
194
195/**
196 * Compute the relative path of two uris.

Callers 1

relativePathFunction · 0.85

Calls 1

equalsIgnoreCaseFunction · 0.85

Tested by

no test coverage detected