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

Method TableNameWithPrefix

models/book.go:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 return "INNODB"
110}
111func (m *Book) TableNameWithPrefix() string {
112 return conf.GetDatabasePrefix() + m.TableName()
113}
114
115func NewBook() *Book {
116 return &Book{}

Callers 13

FindByIdentifyMethod · 0.95
FindMethod · 0.95
FindMethod · 0.95
FindByFieldMethod · 0.95
FindByFieldFirstMethod · 0.95
FindByIdentifyMethod · 0.95
FindToPagerMethod · 0.95
ThoroughDeleteBookMethod · 0.95
FindForHomeToPagerMethod · 0.95
FindToPagerMethod · 0.95
QueryMethod · 0.45
FindToPagerMethod · 0.45

Calls 2

TableNameMethod · 0.95
GetDatabasePrefixFunction · 0.92

Tested by

no test coverage detected