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

Method popped_bytes

src/mcpack2pb/parser.h:70–70  ·  view source on GitHub ↗

Returns bytes popped and cut since creation of this stream.

Source from the content-addressed store, hash-verified

68
69 // Returns bytes popped and cut since creation of this stream.
70 size_t popped_bytes() const { return _popped_bytes; }
71
72 // Returns false if error occurred in other consuming functions.
73 bool good() const { return _good; }

Callers 2

initMethod · 0.45
operator++Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected