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

Method TableNameWithPrefix

models/document.go:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func (m *Document) TableNameWithPrefix() string {
70 return conf.GetDatabasePrefix() + m.TableName()
71}
72
73func NewDocument() *Document {
74 return &Document{

Callers 10

FindMethod · 0.95
FindByFieldFirstMethod · 0.95
RecursiveDocumentMethod · 0.95
ReleaseContentMethod · 0.95
FindListByBookIdMethod · 0.95
GetMenuTopMethod · 0.95
FindByIdentifyMethod · 0.95
FindMethod · 0.95
FindToPagerMethod · 0.95

Calls 2

TableNameMethod · 0.95
GetDatabasePrefixFunction · 0.92

Tested by

no test coverage detected