Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
30
func
NewLabel() *Label {
31
return
&Label{}
32
}
33
34
func
(m *Label) FindFirst(field string, value
interface
{}) (*Label, error) {
35
o := orm.NewOrm()
Callers
8
Tags
Method · 0.92
AddTags
Method · 0.92
DelTags
Method · 0.92
List
Method · 0.92
InsertOrUpdateMulti
Method · 0.85
Insert
Method · 0.85
Update
Method · 0.85
ThoroughDeleteBook
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected