Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
400
void FBEBuffer::resize(size_t size)
401
{
402
reserve(size);
403
_size = size;
404
if (_offset > _size)
405
_offset = _size;
406
}
407
408
void FBEBuffer::reset()
409
{
Callers
5
serialize
Method · 0.45
serialize
Method · 0.45
serialize
Method · 0.45
serialize
Method · 0.45
test_create.cpp
File · 0.45
Calls
no outgoing calls
Tested by
1
serialize
Method · 0.36