Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1220
size_t EnumsModel::create_begin()
1221
{
1222
size_t fbe_begin = this->buffer().allocate(4 + model.fbe_size());
1223
return fbe_begin;
1224
}
1225
1226
size_t EnumsModel::create_end(size_t fbe_begin)
1227
{
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