(folder)
| 538 | } |
| 539 | |
| 540 | getCurCollectSafe(folder) { |
| 541 | if ( folder === null || typeof folder !== 'string' ) { return '' } |
| 542 | return this.mapCollectionToName(this.mapFolderToCollection(folder)) |
| 543 | } |
| 544 | |
| 545 | getCurVerCollections(ver) { |
| 546 | const folderData = [] |
no test coverage detected