MCPcopy 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
260size_t OrderModel::create_begin()
261{
262 size_t fbe_begin = this->buffer().allocate(4 + model.fbe_size());
263 return fbe_begin;
264}
265
266size_t OrderModel::create_end(size_t fbe_begin)
267{

Callers

nothing calls this directly

Calls 3

allocateMethod · 0.45
bufferMethod · 0.45
fbe_sizeMethod · 0.45

Tested by

no test coverage detected