(sourceId = '')
| 256 | } |
| 257 | |
| 258 | function getRootLabel(sourceId = '') { |
| 259 | const id = sourceId || getActiveSourceId(); |
| 260 | const name = getSourceNameById(id); |
| 261 | return name ? `(${name})` : '(Root)'; |
| 262 | } |
| 263 | |
| 264 | function getRootCrumbLabel(sourceId = '') { |
| 265 | const id = sourceId || getActiveSourceId(); |
no test coverage detected