MCPcopy 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
26func (m *Label) TableNameWithPrefix() string {
27 return conf.GetDatabasePrefix() + m.TableName()
28}
29
30func NewLabel() *Label {
31 return &Label{}

Callers 3

FindFirstMethod · 0.95
FindToPagerMethod · 0.95
InsertOrUpdateMethod · 0.45

Calls 2

TableNameMethod · 0.95
GetDatabasePrefixFunction · 0.92

Tested by

no test coverage detected