MCPcopy 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//获取阅读令牌长度.
103func GetTokenSize() int {
104 return beego.AppConfig.DefaultInt("token_size", 12)
105}
106
107//获取默认文档封面.
108func GetDefaultCover() string {

Callers 2

CreateTokenMethod · 0.92
CreateTokenMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected