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

Function NullBulkString

command/command.go:48–52  ·  view source on GitHub ↗

NullBulkString replies a null bulkstring when commit

(w io.Writer)

Source from the content-addressed store, hash-verified

46
47// NullBulkString replies a null bulkstring when commit
48func NullBulkString(w io.Writer) OnCommit {
49 return func() {
50 resp.ReplyNullBulkString(w)
51 }
52}
53
54// Integer replies in integer when commit
55func Integer(w io.Writer, v int64) OnCommit {

Callers 12

ObjectFunction · 0.85
RandomKeyFunction · 0.85
GetFunction · 0.85
SetFunction · 0.85
GetSetFunction · 0.85
GetRangeFunction · 0.85
LPopFunction · 0.85
LIndexFunction · 0.85
RPopFunction · 0.85
RPopLPushFunction · 0.85
ZScoreFunction · 0.85
HGetFunction · 0.85

Calls 1

ReplyNullBulkStringFunction · 0.92

Tested by

no test coverage detected