Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ GetTokenSize
Function
GetTokenSize
conf/enumerate.go:103–105 ·
view source on GitHub ↗
获取阅读令牌长度.
()
Source
from the content-addressed store, hash-verified
101
102
//获取阅读令牌长度.
103
func
GetTokenSize() int {
104
return
beego.AppConfig.DefaultInt(
"token_size"
, 12)
105
}
106
107
//获取默认文档封面.
108
func
GetDefaultCover() string {
Callers
2
CreateToken
Method · 0.92
CreateToken
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected