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

Method get

proto/enums_final_models.cpp:566–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566size_t FinalModel<::enums::Enums>::get(::enums::Enums& fbe_value) const noexcept
567{
568 _buffer.shift(fbe_offset());
569 size_t fbe_result = get_fields(fbe_value);
570 _buffer.unshift(fbe_offset());
571 return fbe_result;
572}
573
574size_t FinalModel<::enums::Enums>::get_fields(::enums::Enums& fbe_value) const noexcept
575{

Callers 2

get_fieldsMethod · 0.45
deserializeMethod · 0.45

Calls 2

shiftMethod · 0.45
unshiftMethod · 0.45

Tested by

no test coverage detected