Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ GetReadingRule
Method
GetReadingRule
models/read_record.go:341–343 ·
view source on GitHub ↗
获取阅读计时规则
()
Source
from the content-addressed store, hash-verified
339
340
// 获取阅读计时规则
341
func
(*ReadRecord) GetReadingRule() (r *ReadingRule) {
342
return
_readingRule
343
}
344
345
// 在 5 - 600 秒之间的阅读计时,正常计时
346
// 在 600 - 1800 秒(半个小时)之间的计时,按最大计时来计算时长
Callers
1
calcReadingTime
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected