(sourceId = '')
| 251 | } |
| 252 | |
| 253 | function isFtpSourceId(sourceId = '') { |
| 254 | const type = String(getSourceTypeById(sourceId || getActiveSourceId()) || '').toLowerCase(); |
| 255 | return type === 'ftp'; |
| 256 | } |
| 257 | |
| 258 | function getRootLabel(sourceId = '') { |
| 259 | const id = sourceId || getActiveSourceId(); |
no test coverage detected