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

Method #getMD5Hash

lib/modCheckLib.js:1291–1293  ·  view source on GitHub ↗
(text, prefix = '')

Source from the content-addressed store, hash-verified

1289 }
1290
1291 #getMD5Hash(text, prefix = '') {
1292 return `${prefix}${crypto.createHash('md5').update(text).digest('hex')}`
1293 }
1294}
1295
1296

Callers 4

getMD5FromFolderMethod · 0.95
addCollectionMethod · 0.95
#fileStatsMethod · 0.95
getFolderHashMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected