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

Method one

models/queue.go:24–27  ·  view source on GitHub ↗

从队列中获取一项

(status int8)

Source from the content-addressed store, hash-verified

22
23//从队列中获取一项
24func (*Queue) one(status int8) (q Queue, err error) {
25 err = orm.NewOrm().QueryTable(tableQueue).Filter("status", status).One(&q)
26 return
27}
28
29//设置
30func (*Queue) set(bookId int, status int8) (err error) {

Callers 11

jquery.lazyload.jsFile · 0.80
jstree.jsFile · 0.80
jstree.min.jsFile · 0.80
cropper.min.jsFile · 0.80
cropper.jsFile · 0.80
dohoverFunction · 0.80
pop_popup_slide.jsFile · 0.80
pop_popup.jsFile · 0.80
bootstrap.jsFile · 0.80
bootstrap.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected