Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ Get
Method
Get
controllers/AdminControllers/ReportController.go:10–14 ·
view source on GitHub ↗
查看举报处理情况
()
Source
from the content-addressed store, hash-verified
8
9
//查看举报处理情况
10
func
(this *ReportController) Get() {
11
this.Data[
"Data"
], _, _ = models.NewReport().Lists(1, 1000)
12
this.Data[
"IsReport"
] = true
13
this.TplName =
"index.html"
14
}
Callers
nothing calls this directly
Calls
1
Lists
Method · 0.80
Tested by
no test coverage detected