Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TableNameWithPrefix
Method
TableNameWithPrefix
models/document_history.go:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(m *DocumentHistory) TableNameWithPrefix() string {
46
return
conf.GetDatabasePrefix() + m.TableName()
47
}
48
49
func
NewDocumentHistory() *DocumentHistory {
50
return
&DocumentHistory{}
Callers
7
Find
Method · 0.95
Delete
Method · 0.95
FindToPager
Method · 0.95
Restore
Method · 0.95
DeleteByDocumentId
Method · 0.95
DeleteByHistoryId
Method · 0.95
DeleteByLimit
Method · 0.95
Calls
2
TableName
Method · 0.95
GetDatabasePrefix
Function · 0.92
Tested by
no test coverage detected