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

Method TableNameWithPrefix

models/member.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (m *Member) TableNameWithPrefix() string {
58 return conf.GetDatabasePrefix() + m.TableName()
59}
60
61func NewMember() *Member {
62 return &Member{}

Callers 7

FindMethod · 0.95
LoginMethod · 0.95
AddMethod · 0.95
FindByAccountMethod · 0.95
FindToPagerMethod · 0.95
FindByFieldFirstMethod · 0.95
DeleteMethod · 0.45

Calls 2

TableNameMethod · 0.95
GetDatabasePrefixFunction · 0.92

Tested by

no test coverage detected