MCPcopy
hub / github.com/dev-mastery/comments-api / index.js

File index.js

src/use-cases/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import makeAddComment from './add-comment'
2import makeEditComment from './edit-comment'
3import makeRemoveComment from './remove-comment'
4import makeListComments from './list-comments'

Callers

nothing calls this directly

Calls 5

makeHandleModerationFunction · 0.85
makeAddCommentFunction · 0.85
makeEditCommentFunction · 0.85
makeListCommentsFunction · 0.85
makeRemoveCommentFunction · 0.85

Tested by

no test coverage detected