MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / GetMetas

Function GetMetas

internal/op/meta.go:95–97  ·  view source on GitHub ↗
(pageIndex, pageSize int)

Source from the content-addressed store, hash-verified

93}
94
95func GetMetas(pageIndex, pageSize int) (metas []model.Meta, count int64, err error) {
96 return db.GetMetas(pageIndex, pageSize)
97}

Callers 1

ListMetasFunction · 0.92

Calls 1

GetMetasFunction · 0.92

Tested by

no test coverage detected