Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lfb/nodejs-koa-blog
/ reply.js
File
reply.js
app/api/v1/reply.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
Router = require(
'koa-router'
)
2
3
const
{ ReplyDao } = require(
'@dao/reply'
)
4
const
{ ReplyValidator, PositiveArticleIdParamsValidator } = require(
'@validators/reply'
)
Callers
nothing calls this directly
Calls
10
success
Method · 0.80
fail
Method · 0.80
get
Method · 0.80
json
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