MCPcopy
hub / github.com/eggjs/examples / post

Method post

unittest/app/controller/home.js:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 async post() {
12 const ctx = this.ctx;
13 ctx.body = ctx.request.body;
14 }
15
16 async session() {
17 const ctx = this.ctx;

Callers 15

home.test.jsFile · 0.45
main.jsFile · 0.45
topics.test.jsFile · 0.45
user.test.jsFile · 0.45
post.test.jsFile · 0.45
home.test.jsFile · 0.45
router.jsFile · 0.45
index.test.jsFile · 0.45
router.jsFile · 0.45
index.test.jsFile · 0.45
router.jsFile · 0.45
home.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected