MCPcopy Index your code
hub / github.com/parse-community/parse-server / md5Hash

Function md5Hash

src/cryptoUtils.js:45–47  ·  view source on GitHub ↗
(string: string)

Source from the content-addressed store, hash-verified

43}
44
45export function md5Hash(string: string): string {
46 return createHash('md5').update(string).digest('hex');
47}

Callers 1

setInitialFunction · 0.90

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected