MCPcopy
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

1const Router = require('koa-router')
2
3const { ReplyDao } = require('@dao/reply')
4const { ReplyValidator, PositiveArticleIdParamsValidator } = require('@validators/reply')

Callers

nothing calls this directly

Calls 10

successMethod · 0.80
failMethod · 0.80
getMethod · 0.80
jsonMethod · 0.80
validateMethod · 0.45
createMethod · 0.45
destroyMethod · 0.45
updateMethod · 0.45
listMethod · 0.45
detailMethod · 0.45

Tested by

no test coverage detected