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

Function NewLabel

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

Source from the content-addressed store, hash-verified

28}
29
30func NewLabel() *Label {
31 return &Label{}
32}
33
34func (m *Label) FindFirst(field string, value interface{}) (*Label, error) {
35 o := orm.NewOrm()

Callers 8

TagsMethod · 0.92
AddTagsMethod · 0.92
DelTagsMethod · 0.92
ListMethod · 0.92
InsertOrUpdateMultiMethod · 0.85
InsertMethod · 0.85
UpdateMethod · 0.85
ThoroughDeleteBookMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected