MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Create

Method Create

controllers/CommentController.go:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11func (c *CommentController) Create() {
12
13 c.JsonResult(0, "ok")
14}
15
16func (c *CommentController) Index() {
17 c.Prepare()

Callers

nothing calls this directly

Calls 1

JsonResultMethod · 0.80

Tested by

no test coverage detected