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

Method create_begin

proto/test_models.cpp:884–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882}
883
884size_t StructSimpleModel::create_begin()
885{
886 size_t fbe_begin = this->buffer().allocate(4 + model.fbe_size());
887 return fbe_begin;
888}
889
890size_t StructSimpleModel::create_end(size_t fbe_begin)
891{

Callers 2

test_create.cppFile · 0.45
mainFunction · 0.45

Calls 3

allocateMethod · 0.45
bufferMethod · 0.45
fbe_sizeMethod · 0.45

Tested by

no test coverage detected