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

Function GetProgramChecksum

src/brpc/builtin/common.cpp:379–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377
378}
379const char* GetProgramChecksum() {
380 pthread_once(&compute_program_checksum_once, ComputeProgramCHECKSUM);
381 return s_program_checksum;
382}
383
384bool SupportGzip(Controller* cntl) {
385 const std::string* encodings =

Callers 3

MakeProfNameFunction · 0.85
MakeProfNameFunction · 0.85
StartProfilingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected