Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TableNameWithPrefix
Method
TableNameWithPrefix
models/logs.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
return
"INNODB"
41
}
42
func
(m *Logger) TableNameWithPrefix() string {
43
return
conf.GetDatabasePrefix() + m.TableName()
44
}
45
46
func
NewLogger() *Logger {
47
return
&Logger{}
Callers
nothing calls this directly
Calls
2
TableName
Method · 0.95
GetDatabasePrefix
Function · 0.92
Tested by
no test coverage detected