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

Method TableNameWithPrefix

models/document_history.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (m *DocumentHistory) TableNameWithPrefix() string {
46 return conf.GetDatabasePrefix() + m.TableName()
47}
48
49func NewDocumentHistory() *DocumentHistory {
50 return &DocumentHistory{}

Callers 7

FindMethod · 0.95
DeleteMethod · 0.95
FindToPagerMethod · 0.95
RestoreMethod · 0.95
DeleteByDocumentIdMethod · 0.95
DeleteByHistoryIdMethod · 0.95
DeleteByLimitMethod · 0.95

Calls 2

TableNameMethod · 0.95
GetDatabasePrefixFunction · 0.92

Tested by

no test coverage detected