MCPcopy
hub / github.com/dev-mastery/comments-api / md5

Function md5

__test__/fixtures/comment.js:10–15  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

8})
9
10function md5 (text) {
11 return crypto
12 .createHash('md5')
13 .update(text, 'utf-8')
14 .digest('hex')
15}
16
17export default function makeFakeComment (overrides) {
18 const comment = {

Callers 1

makeFakeCommentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected