MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / areSameOpenFolderUrl

Function areSameOpenFolderUrl

src/lib/openFolder.js:1015–1017  ·  view source on GitHub ↗
(leftUrl, rightUrl)

Source from the content-addressed store, hash-verified

1013}
1014
1015function areSameOpenFolderUrl(leftUrl, rightUrl) {
1016 return normalizeUrlPathKey(leftUrl) === normalizeUrlPathKey(rightUrl);
1017}
1018
1019function isInsideOpenFolder(url, folderUrl) {
1020 const urlKey = normalizeUrlPathKey(url);

Callers 3

openFolder.jsFile · 0.85

Calls 1

normalizeUrlPathKeyFunction · 0.85

Tested by

no test coverage detected