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