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

Function BulkString

command/command.go:41–45  ·  view source on GitHub ↗

BulkString replies a bulkstring when commit

(w io.Writer, s string)

Source from the content-addressed store, hash-verified

39
40// BulkString replies a bulkstring when commit
41func BulkString(w io.Writer, s string) OnCommit {
42 return func() {
43 resp.ReplyBulkString(w, s)
44 }
45}
46
47// NullBulkString replies a null bulkstring when commit
48func NullBulkString(w io.Writer) OnCommit {

Callers 13

RandomKeyFunction · 0.85
GetFunction · 0.85
GetSetFunction · 0.85
GetRangeFunction · 0.85
IncrByFloatFunction · 0.85
LPopFunction · 0.85
LIndexFunction · 0.85
LTrimFunction · 0.85
RPopFunction · 0.85
RPopLPushFunction · 0.85
ZScoreFunction · 0.85
HGetFunction · 0.85

Calls 1

ReplyBulkStringFunction · 0.92

Tested by

no test coverage detected