Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
function
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
relativePath
Function · 0.85
Calls
1
equalsIgnoreCase
Function · 0.85
Tested by
no test coverage detected