MCPcopy 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; }
142private:
143 const char* _data;
144 size_t _size;

Callers 8

get_idl_nameFunction · 0.45
add_primitiveFunction · 0.45
add_binary_internalFunction · 0.45
add_null_internalFunction · 0.45
add_empty_array_internalFunction · 0.45
begin_object_internalMethod · 0.45
begin_array_internalMethod · 0.45
operator++Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected