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

Method TableNameWithPrefix

models/logs.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 return "INNODB"
41}
42func (m *Logger) TableNameWithPrefix() string {
43 return conf.GetDatabasePrefix() + m.TableName()
44}
45
46func NewLogger() *Logger {
47 return &Logger{}

Callers

nothing calls this directly

Calls 2

TableNameMethod · 0.95
GetDatabasePrefixFunction · 0.92

Tested by

no test coverage detected