MCPcopy Create free account
hub / github.com/apache/brpc / RedisCommandFormat

Function RedisCommandFormat

src/brpc/redis_command.cpp:281–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281butil::Status RedisCommandFormat(butil::IOBuf* buf, const char* fmt, ...) {
282 va_list ap;
283 va_start(ap, fmt);
284 const butil::Status st = RedisCommandFormatV(buf, fmt, ap);
285 va_end(ap);
286 return st;
287}
288
289butil::Status
290RedisCommandNoFormat(butil::IOBuf* outbuf, const butil::StringPiece& cmd) {

Callers 1

GenerateCredentialMethod · 0.85

Calls 1

RedisCommandFormatVFunction · 0.85

Tested by

no test coverage detected