MCPcopy Create free account
hub / github.com/apache/brpc / empty

Function empty

src/brpc/details/hpack.cpp:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 bool empty() const { return _size == 0; }
114 int start_index() const { return _start_index; }
115 int end_index() const { return start_index() + _header_queue.size(); }
116

Callers 2

PopHeaderFunction · 0.70
AddHeaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected