Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ data
Method
data
src/mcpack2pb/serializer.h:139–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
~StringWrapper() { }
139
const char* data() const { return _data; }
140
size_t size() const { return _size; }
141
bool empty() const { return !_size; }
142
private:
Callers
9
assign
Method · 0.45
add_primitive
Function · 0.45
add_binary_internal
Function · 0.45
add_string
Method · 0.45
add_null_internal
Function · 0.45
add_empty_array_internal
Function · 0.45
begin_object_internal
Method · 0.45
begin_array_internal
Method · 0.45
serializer.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected