Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ empty
Method
empty
src/mcpack2pb/serializer.h:141–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
const char* data() const { return _data; }
140
size_t size() const { return _size; }
141
bool empty() const { return !_size; }
142
private:
143
const char* _data;
144
size_t _size;
Callers
8
get_idl_name
Function · 0.45
add_primitive
Function · 0.45
add_binary_internal
Function · 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
operator++
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected