Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TableNameWithPrefix
Method
TableNameWithPrefix
models/options.go:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(m *Option) TableNameWithPrefix() string {
41
return
conf.GetDatabasePrefix() + m.TableName()
42
}
43
44
func
NewOption() *Option {
45
return
&Option{}
Callers
3
InsertOrUpdate
Method · 0.95
All
Method · 0.95
Init
Method · 0.95
Calls
2
TableName
Method · 0.95
GetDatabasePrefix
Function · 0.92
Tested by
no test coverage detected