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

Method resize

proto/fbe.cpp:400–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400void FBEBuffer::resize(size_t size)
401{
402 reserve(size);
403 _size = size;
404 if (_offset > _size)
405 _offset = _size;
406}
407
408void FBEBuffer::reset()
409{

Callers 5

serializeMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
test_create.cppFile · 0.45

Calls

no outgoing calls

Tested by 1

serializeMethod · 0.36