MCPcopy Create free account
hub / github.com/dev-mastery/comments-api / makeHash

Function makeHash

src/comment/comment.js:68–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 })
67
68 function makeHash () {
69 return md5(
70 sanitizedText +
71 published +
72 (author || '') +
73 (postId || '') +
74 (replyToId || '')
75 )
76 }
77 }
78}

Callers 1

buildMakeCommentFunction · 0.85

Calls 1

md5Function · 0.70

Tested by

no test coverage detected