MCPcopy Create free account
hub / github.com/chronoxor/CppServer / FieldModel

Method FieldModel

proto/simple_models.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace FBE {
11
12FieldModel<::simple::SimpleRequest>::FieldModel(FBEBuffer& buffer, size_t offset) noexcept : _buffer(buffer), _offset(offset)
13 , id(buffer, 4 + 4)
14 , Message(buffer, id.fbe_offset() + id.fbe_size())
15{}
16
17size_t FieldModel<::simple::SimpleRequest>::fbe_body() const noexcept
18{

Callers

nothing calls this directly

Calls 2

fbe_offsetMethod · 0.45
fbe_sizeMethod · 0.45

Tested by

no test coverage detected