MCPcopy Index your code
hub / github.com/TruthHun/BookStack / NewCategory

Function NewCategory

models/category.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func NewCategory() *Category {
31 return &Category{}
32}
33
34func (this *Category) TableUnique() [][]string {
35 return [][]string{

Callers 3

StarMethod · 0.92
CategoriesMethod · 0.92
BookshelfMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected