MCPcopy Create free account
hub / github.com/3rdparty/libprocess / backup

Method backup

src/encoder.hpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void backup(size_t length) override
84 {
85 if (index >= length) {
86 index -= length;
87 }
88 }
89
90 size_t remaining() const override
91 {

Callers 2

sendFunction · 0.45
_sendFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected