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

Method get

proto/test_final_models.cpp:398–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398size_t FinalModel<::test::StructSimple>::get(::test::StructSimple& fbe_value) const noexcept
399{
400 _buffer.shift(fbe_offset());
401 size_t fbe_result = get_fields(fbe_value);
402 _buffer.unshift(fbe_offset());
403 return fbe_result;
404}
405
406size_t FinalModel<::test::StructSimple>::get_fields(::test::StructSimple& fbe_value) const noexcept
407{

Callers 2

get_fieldsMethod · 0.45
deserializeMethod · 0.45

Calls 2

shiftMethod · 0.45
unshiftMethod · 0.45

Tested by

no test coverage detected