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

Method TableNameWithPrefix

models/member_token.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (m *MemberToken) TableNameWithPrefix() string {
31 return conf.GetDatabasePrefix() + m.TableName()
32}
33
34func NewMemberToken() *MemberToken {
35 return &MemberToken{}

Callers 2

FindByFieldFirstMethod · 0.95
FindSendCountMethod · 0.95

Calls 2

TableNameMethod · 0.95
GetDatabasePrefixFunction · 0.92

Tested by

no test coverage detected