Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
main.js
File · 0.45
topics.test.js
File · 0.45
user.test.js
File · 0.45
post.test.js
File · 0.45
home.test.js
File · 0.45
router.js
File · 0.45
index.test.js
File · 0.45
router.js
File · 0.45
index.test.js
File · 0.45
router.js
File · 0.45
home.test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected