Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ create_begin
Method
create_begin
proto/proto_models.cpp:260–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
size_t OrderModel::create_begin()
261
{
262
size_t fbe_begin = this->buffer().allocate(4 + model.fbe_size());
263
return fbe_begin;
264
}
265
266
size_t OrderModel::create_end(size_t fbe_begin)
267
{
Callers
nothing calls this directly
Calls
3
allocate
Method · 0.45
buffer
Method · 0.45
fbe_size
Method · 0.45
Tested by
no test coverage detected