Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TableNameWithPrefix
Method
TableNameWithPrefix
models/book.go:111–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
return
"INNODB"
110
}
111
func
(m *Book) TableNameWithPrefix() string {
112
return
conf.GetDatabasePrefix() + m.TableName()
113
}
114
115
func
NewBook() *Book {
116
return
&Book{}
Callers
13
FindByIdentify
Method · 0.95
Find
Method · 0.95
Find
Method · 0.95
FindByField
Method · 0.95
FindByFieldFirst
Method · 0.95
FindByIdentify
Method · 0.95
FindToPager
Method · 0.95
ThoroughDeleteBook
Method · 0.95
FindForHomeToPager
Method · 0.95
FindToPager
Method · 0.95
Query
Method · 0.45
FindToPager
Method · 0.45
Calls
2
TableName
Method · 0.95
GetDatabasePrefix
Function · 0.92
Tested by
no test coverage detected