MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / getCurCollectSafe

Method getCurCollectSafe

lib/modCheckLib.js:540–543  ·  view source on GitHub ↗
(folder)

Source from the content-addressed store, hash-verified

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 = []

Callers 1

trayContextMenuMethod · 0.80

Calls 2

mapCollectionToNameMethod · 0.95
mapFolderToCollectionMethod · 0.95

Tested by

no test coverage detected