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

Function SimpleString

command/command.go:34–38  ·  view source on GitHub ↗

SimpleString replies a simplestring when commit

(w io.Writer, s string)

Source from the content-addressed store, hash-verified

32
33// SimpleString replies a simplestring when commit
34func SimpleString(w io.Writer, s string) OnCommit {
35 return func() {
36 resp.ReplySimpleString(w, s)
37 }
38}
39
40// BulkString replies a bulkstring when commit
41func BulkString(w io.Writer, s string) OnCommit {

Callers 11

debugObjectFunction · 0.85
FlushDBFunction · 0.85
FlushAllFunction · 0.85
ObjectFunction · 0.85
TypeFunction · 0.85
SetFunction · 0.85
MSetFunction · 0.85
SetExFunction · 0.85
PSetExFunction · 0.85
LSetFunction · 0.85
HMSetFunction · 0.85

Calls 1

ReplySimpleStringFunction · 0.92

Tested by

no test coverage detected