* Map collection to full name * @param {modRecord_collectKey} collectKey * @returns {string} Full collection name
(collectKey)
| 229 | * @returns {string} Full collection name |
| 230 | */ |
| 231 | mapCollectionToFullName(collectKey) { |
| 232 | return this.#map_CollectionToFullName[collectKey] |
| 233 | } |
| 234 | |
| 235 | /** |
| 236 | * Map comboKey to folder |
no outgoing calls
no test coverage detected