MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / #populateFullName

Method #populateFullName

lib/modCheckLib.js:1281–1285  ·  view source on GitHub ↗
(collectKey, shortName)

Source from the content-addressed store, hash-verified

1279 }
1280
1281 #populateFullName(collectKey, shortName) {
1282 const tagLine = this.#map_CollectionNotes.get(`${collectKey}.notes_tagline`, null)
1283
1284 return `${shortName}${tagLine === null ? '' : ` [${tagLine}]`}`
1285 }
1286
1287 getFolderHash(folder) {
1288 return this.#getMD5Hash(folder, 'col_')

Callers 1

addCollectionMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected