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

Method digest

src/brpc/policy/rtmp_protocol.cpp:247–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 const void* random1() const { return _buf + _offset + DIGEST_SIZE; }
246 int random1_size() const { return SIZE - DIGEST_SIZE - 4 - _offset; }
247 const void* digest() const { return _buf + _offset; }
248 void* digest() { return _buf + _offset; }
249
250private:

Callers 4

GenerateMethod · 0.80
LoadMethod · 0.80
WaitForS0S1Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected