Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
330
private:
331
char* _data;
Callers
9
GFlag
Method · 0.45
dump_exposed
Method · 0.45
read_command_name
Function · 0.45
FileDumper
Method · 0.45
dump_impl
Method · 0.45
to_underscored_name
Function · 0.45
expose
Method · 0.45
set_debug_name
Method · 0.45
set_debug_name
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected