Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TableNameWithPrefix
Method
TableNameWithPrefix
models/document.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(m *Document) TableNameWithPrefix() string {
70
return
conf.GetDatabasePrefix() + m.TableName()
71
}
72
73
func
NewDocument() *Document {
74
return
&Document{
Callers
10
Find
Method · 0.95
FindByFieldFirst
Method · 0.95
FindByBookIdAndDocIdentify
Method · 0.95
RecursiveDocument
Method · 0.95
ReleaseContent
Method · 0.95
FindListByBookId
Method · 0.95
GetMenuTop
Method · 0.95
FindByIdentify
Method · 0.95
Find
Method · 0.95
FindToPager
Method · 0.95
Calls
2
TableName
Method · 0.95
GetDatabasePrefix
Function · 0.92
Tested by
no test coverage detected