Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ NewReadingTime
Function
NewReadingTime
models/reading_time.go:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
func
NewReadingTime() *ReadingTime {
49
return
&ReadingTime{}
50
}
51
52
func
(*ReadingTime) TableUnique() [][]string {
53
return
[][]string{[]string{
"uid"
,
"day"
}}
Callers
8
Index
Method · 0.92
Prepare
Method · 0.92
GetUserMoreInfo
Method · 0.92
Rank
Method · 0.92
RegisterModel
Function · 0.92
Sign
Method · 0.85
DoesICanDownload
Method · 0.85
Add
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected