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

Method data

src/bvar/variable.cpp:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 int sync() override;
325 void reset();
326 butil::StringPiece data() {
327 return butil::StringPiece(pbase(), pptr() - pbase());
328 }
329
330private:
331 char* _data;

Callers 9

GFlagMethod · 0.45
dump_exposedMethod · 0.45
read_command_nameFunction · 0.45
FileDumperMethod · 0.45
dump_implMethod · 0.45
to_underscored_nameFunction · 0.45
exposeMethod · 0.45
set_debug_nameMethod · 0.45
set_debug_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected