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

Method Test

controllers/StaticController.go:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (this *StaticController) Test() {
36 // fmt.Println(models.NewBook().Export2Markdown("4b98937398e612778711608a3d09a9c4"))
37 this.Ctx.WriteString("this is a test")
38}
39
40// Uploads 查询上传的静态资源。
41// 如果是音频和视频文件,需要根据后台设置而判断是否加密处理

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected