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

Method create_begin

proto/enums_models.cpp:1220–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1218}
1219
1220size_t EnumsModel::create_begin()
1221{
1222 size_t fbe_begin = this->buffer().allocate(4 + model.fbe_size());
1223 return fbe_begin;
1224}
1225
1226size_t EnumsModel::create_end(size_t fbe_begin)
1227{

Callers

nothing calls this directly

Calls 3

allocateMethod · 0.45
bufferMethod · 0.45
fbe_sizeMethod · 0.45

Tested by

no test coverage detected