(sourceId = '')
| 1667 | } |
| 1668 | |
| 1669 | function getRootLabel(sourceId = '') { |
| 1670 | const id = sourceId || getGlobalActiveSourceId(); |
| 1671 | const name = getSourceNameById(id); |
| 1672 | return name ? `(${name})` : '(Root)'; |
| 1673 | } |
| 1674 | |
| 1675 | function getRootCrumbLabel(sourceId = '') { |
| 1676 | const id = sourceId || getGlobalActiveSourceId(); |
no test coverage detected