MCPcopy 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; }
142private:

Callers 9

assignMethod · 0.45
add_primitiveFunction · 0.45
add_binary_internalFunction · 0.45
add_stringMethod · 0.45
add_null_internalFunction · 0.45
add_empty_array_internalFunction · 0.45
begin_object_internalMethod · 0.45
begin_array_internalMethod · 0.45
serializer.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected