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

Method TableNameWithPrefix

models/relationship.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 return "relationship"
22}
23func (m *Relationship) TableNameWithPrefix() string {
24 return conf.GetDatabasePrefix() + m.TableName()
25}
26
27// TableEngine 获取数据使用的引擎.
28func (m *Relationship) TableEngine() string {

Callers 9

FindMethod · 0.95
FindFounderMethod · 0.95
UpdateRoleIdMethod · 0.95
FindForRoleIdMethod · 0.95
TransferMethod · 0.95
FindByIdentifyMethod · 0.95
FindToPagerMethod · 0.95

Calls 2

TableNameMethod · 0.95
GetDatabasePrefixFunction · 0.92

Tested by

no test coverage detected