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

Function hardDelete

src/use-cases/remove-comment.js:86–93  ·  view source on GitHub ↗
(comment)

Source from the content-addressed store, hash-verified

84 }
85
86 async function hardDelete (comment) {
87 await commentsDb.remove(comment)
88 return {
89 deletedCount: 1,
90 softDelete: false,
91 message: 'Comment deleted.'
92 }
93 }
94}

Callers 1

makeRemoveCommentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected