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

Function ZRevRange

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

Source from the content-addressed store, hash-verified

62}
63
64func ZRevRange(ctx *Context, txn *db.Transaction) (OnCommit, error) {
65 return zAnyOrderRange(ctx, txn, false)
66}
67
68func zAnyOrderRange(ctx *Context, txn *db.Transaction, positiveOrder bool) (OnCommit, error) {
69 key := []byte(ctx.Args[0])

Callers

nothing calls this directly

Calls 1

zAnyOrderRangeFunction · 0.85

Tested by

no test coverage detected