MCPcopy 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
48func NewReadingTime() *ReadingTime {
49 return &ReadingTime{}
50}
51
52func (*ReadingTime) TableUnique() [][]string {
53 return [][]string{[]string{"uid", "day"}}

Callers 8

IndexMethod · 0.92
PrepareMethod · 0.92
GetUserMoreInfoMethod · 0.92
RankMethod · 0.92
RegisterModelFunction · 0.92
SignMethod · 0.85
DoesICanDownloadMethod · 0.85
AddMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected