* Map collection key to (short) name * @param {modRecord_collectKey} collectKey * @returns {string} Collection name
(collectKey)
| 220 | * @returns {string} Collection name |
| 221 | */ |
| 222 | mapCollectionToName(collectKey) { |
| 223 | return this.#map_CollectionToName[collectKey] |
| 224 | } |
| 225 | |
| 226 | /** |
| 227 | * Map collection to full name |
no outgoing calls
no test coverage detected