Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TableNameWithPrefix
Method
TableNameWithPrefix
models/member_token.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(m *MemberToken) TableNameWithPrefix() string {
31
return
conf.GetDatabasePrefix() + m.TableName()
32
}
33
34
func
NewMemberToken() *MemberToken {
35
return
&MemberToken{}
Callers
2
FindByFieldFirst
Method · 0.95
FindSendCount
Method · 0.95
Calls
2
TableName
Method · 0.95
GetDatabasePrefix
Function · 0.92
Tested by
no test coverage detected