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

Function GetDatabasePrefix

conf/enumerate.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func GetDatabasePrefix() string {
94 return beego.AppConfig.DefaultString("db_prefix", "md_")
95}
96
97//获取默认头像
98func GetDefaultAvatar() string {

Callers 12

RegisterModelFunction · 0.92
TableNameWithPrefixMethod · 0.92
TableNameWithPrefixMethod · 0.92
TableNameWithPrefixMethod · 0.92
TableNameWithPrefixMethod · 0.92
TableNameWithPrefixMethod · 0.92
TableNameWithPrefixMethod · 0.92
TableNameWithPrefixMethod · 0.92
TableNameWithPrefixMethod · 0.92
TableNameWithPrefixMethod · 0.92
TableNameWithPrefixMethod · 0.92
TableNameWithPrefixMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected