Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TableNameWithPrefix
Method
TableNameWithPrefix
models/member.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(m *Member) TableNameWithPrefix() string {
58
return
conf.GetDatabasePrefix() + m.TableName()
59
}
60
61
func
NewMember() *Member {
62
return
&Member{}
Callers
7
Find
Method · 0.95
Login
Method · 0.95
Add
Method · 0.95
FindByAccount
Method · 0.95
FindToPager
Method · 0.95
FindByFieldFirst
Method · 0.95
Delete
Method · 0.45
Calls
2
TableName
Method · 0.95
GetDatabasePrefix
Function · 0.92
Tested by
no test coverage detected