MCPcopy
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

1const Router = require('koa-router')
2
3const { CommentDao } = require('@dao/comment')
4const { ReplyDao } = require('@dao/reply')

Callers

nothing calls this directly

Calls 11

jsonMethod · 0.80
failMethod · 0.80
getMethod · 0.80
successMethod · 0.80
targetCommentMethod · 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