Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TableNameWithPrefix
Method
TableNameWithPrefix
models/label.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(m *Label) TableNameWithPrefix() string {
27
return
conf.GetDatabasePrefix() + m.TableName()
28
}
29
30
func
NewLabel() *Label {
31
return
&Label{}
Callers
3
FindFirst
Method · 0.95
FindToPager
Method · 0.95
InsertOrUpdate
Method · 0.45
Calls
2
TableName
Method · 0.95
GetDatabasePrefix
Function · 0.92
Tested by
no test coverage detected