Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
93
func
GetDatabasePrefix() string {
94
return
beego.AppConfig.DefaultString(
"db_prefix"
,
"md_"
)
95
}
96
97
//获取默认头像
98
func
GetDefaultAvatar() string {
Callers
12
RegisterModel
Function · 0.92
TableNameWithPrefix
Method · 0.92
TableNameWithPrefix
Method · 0.92
TableNameWithPrefix
Method · 0.92
TableNameWithPrefix
Method · 0.92
TableNameWithPrefix
Method · 0.92
TableNameWithPrefix
Method · 0.92
TableNameWithPrefix
Method · 0.92
TableNameWithPrefix
Method · 0.92
TableNameWithPrefix
Method · 0.92
TableNameWithPrefix
Method · 0.92
TableNameWithPrefix
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected