Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
makeAddComment from
'./add-comment'
2
import
makeEditComment from
'./edit-comment'
3
import
makeRemoveComment from
'./remove-comment'
4
import
makeListComments from
'./list-comments'
Callers
nothing calls this directly
Calls
5
makeHandleModeration
Function · 0.85
makeAddComment
Function · 0.85
makeEditComment
Function · 0.85
makeListComments
Function · 0.85
makeRemoveComment
Function · 0.85
Tested by
no test coverage detected