Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/DocHub
/ GetTablePages
Function
GetTablePages
models/PagesModel.go:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
GetTablePages() string {
25
return
getTable(
"pages"
)
26
}
27
28
//查询单页列表
29
func
(this *Pages) List(listRows int, status ...int) (pages []Pages, rows int64, err error) {
Callers
2
List
Method · 0.85
One
Method · 0.85
Calls
1
getTable
Function · 0.85
Tested by
no test coverage detected