(sourceId)
| 1660 | } |
| 1661 | |
| 1662 | function getSourceMetaById(sourceId) { |
| 1663 | return { |
| 1664 | name: getSourceNameById(sourceId), |
| 1665 | type: getSourceTypeById(sourceId) |
| 1666 | }; |
| 1667 | } |
| 1668 | |
| 1669 | function getRootLabel(sourceId = '') { |
| 1670 | const id = sourceId || getGlobalActiveSourceId(); |
no test coverage detected