Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
func
(c *CommentController) Create() {
12
13
c.JsonResult(0,
"ok"
)
14
}
15
16
func
(c *CommentController) Index() {
17
c.Prepare()
Callers
nothing calls this directly
Calls
1
JsonResult
Method · 0.80
Tested by
no test coverage detected