MCPcopy Create free account
hub / github.com/coderwhy/coderhub /

Class

src/controller/moment.controller.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const { PICTURE_PATH } = require('../constants/file-path');
6
7class MomentController {
8 async create(ctx, next) {
9 // 1.获取数据(user_id, content)
10 const userId = ctx.user.id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected