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