Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/DocHub
/ NewCategory
Function
NewCategory
models/CategoryModel.go:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
NewCategory() *Category {
23
return
&Category{}
24
}
25
26
func
GetTableCategory() string {
27
return
getTable(
"category"
)
Callers
1
RegisterDB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected