MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / reset

Method reset

proto/fbe.cpp:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408void FBEBuffer::reset()
409{
410 _size = 0;
411 _offset = 0;
412}
413
414} // namespace FBE

Callers 3

receiveMethod · 0.45
serialize.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected