MCPcopy Index your code
hub / github.com/TruthHun/BookStack / LatestOne

Method LatestOne

models/sign.go:236–239  ·  view source on GitHub ↗
(uid int)

Source from the content-addressed store, hash-verified

234}
235
236func (*Sign) LatestOne(uid int) (s Sign) {
237 orm.NewOrm().QueryTable(&s).Filter("uid", uid).OrderBy("-id").One(&s)
238 return
239}
240
241func (m *Sign) SortedByPeriod(limit int, prd period, withCache ...bool) (members []Member) {
242

Callers 1

PrepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected