MCPcopy Create free account
hub / github.com/distributedio/titan / ZRevRangeByScore

Function ZRevRangeByScore

command/zsets.go:110–112  ·  view source on GitHub ↗
(ctx *Context, txn *db.Transaction)

Source from the content-addressed store, hash-verified

108}
109
110func ZRevRangeByScore(ctx *Context, txn *db.Transaction) (OnCommit, error) {
111 return zAnyOrderRangeByScore(ctx, txn, false)
112}
113
114func zAnyOrderRangeByScore(ctx *Context, txn *db.Transaction, positiveOrder bool) (OnCommit, error) {
115 key := []byte(ctx.Args[0])

Callers

nothing calls this directly

Calls 1

zAnyOrderRangeByScoreFunction · 0.85

Tested by

no test coverage detected