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

Method TableNameWithPrefix

models/attachment.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 return "INNODB"
37}
38func (m *Attachment) TableNameWithPrefix() string {
39 return conf.GetDatabasePrefix() + m.TableName()
40}
41
42func NewAttachment() *Attachment {
43 return &Attachment{}

Callers 3

FindMethod · 0.95
FindListByDocumentIdMethod · 0.95
FindToPagerMethod · 0.95

Calls 2

TableNameMethod · 0.95
GetDatabasePrefixFunction · 0.92

Tested by

no test coverage detected