Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getMD5FromFolder
Method · 0.95
addCollection
Method · 0.95
#fileStats
Method · 0.95
getFolderHash
Method · 0.95
Calls
1
update
Method · 0.45
Tested by
no test coverage detected