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

Method TableNameWithPrefix

models/options.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (m *Option) TableNameWithPrefix() string {
41 return conf.GetDatabasePrefix() + m.TableName()
42}
43
44func NewOption() *Option {
45 return &Option{}

Callers 3

InsertOrUpdateMethod · 0.95
AllMethod · 0.95
InitMethod · 0.95

Calls 2

TableNameMethod · 0.95
GetDatabasePrefixFunction · 0.92

Tested by

no test coverage detected