(sourceId = '')
| 262 | } |
| 263 | |
| 264 | function getRootCrumbLabel(sourceId = '') { |
| 265 | const id = sourceId || getActiveSourceId(); |
| 266 | const name = getSourceNameById(id); |
| 267 | return name || 'root'; |
| 268 | } |
| 269 | |
| 270 | async function loadVisibleSourcesForMove() { |
| 271 | if (__moveFolderSourcesCache) return __moveFolderSourcesCache; |
no test coverage detected