Function
GetMetas
(pageIndex, pageSize int)
Source from the content-addressed store, hash-verified
| 93 | } |
| 94 | |
| 95 | func GetMetas(pageIndex, pageSize int) (metas []model.Meta, count int64, err error) { |
| 96 | return db.GetMetas(pageIndex, pageSize) |
| 97 | } |
Tested by
no test coverage detected