(sourceId = '')
| 1673 | } |
| 1674 | |
| 1675 | function getRootCrumbLabel(sourceId = '') { |
| 1676 | const id = sourceId || getGlobalActiveSourceId(); |
| 1677 | const name = getSourceNameById(id); |
| 1678 | return name || 'root'; |
| 1679 | } |
| 1680 | |
| 1681 | function getLastOpenedFolderKey(sourceId = '') { |
| 1682 | const id = String(sourceId || '').trim(); |
no test coverage detected