MCPcopy Index your code
hub / github.com/TruthHun/DocHub / GetTableCategory

Function GetTableCategory

models/CategoryModel.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func GetTableCategory() string {
27 return getTable("category")
28}
29
30// 多字段唯一索引
31func (this *Category) TableUnique() [][]string {

Callers 8

installCategoryFunction · 0.85
DocumentProcessFunction · 0.85
GetDocListFunction · 0.85
RecoverFromRecycleMethod · 0.85
RemoveToRecycleMethod · 0.85
GetTitleByIdMethod · 0.85
DelMethod · 0.85

Calls 1

getTableFunction · 0.85

Tested by

no test coverage detected