Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lfb/nodejs-koa-blog
/ comment.js
File
comment.js
app/api/v1/comment.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
Router = require(
'koa-router'
)
2
3
const
{ CommentDao } = require(
'@dao/comment'
)
4
const
{ ReplyDao } = require(
'@dao/reply'
)
Callers
nothing calls this directly
Calls
11
json
Method · 0.80
fail
Method · 0.80
get
Method · 0.80
success
Method · 0.80
targetComment
Method · 0.80
validate
Method · 0.45
create
Method · 0.45
destroy
Method · 0.45
update
Method · 0.45
list
Method · 0.45
detail
Method · 0.45
Tested by
no test coverage detected