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

Method set

proto/test_final_models.cpp:640–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640size_t FinalModel<::test::StructSimple>::set(const ::test::StructSimple& fbe_value) noexcept
641{
642 _buffer.shift(fbe_offset());
643 size_t fbe_result = set_fields(fbe_value);
644 _buffer.unshift(fbe_offset());
645 return fbe_result;
646}
647
648size_t FinalModel<::test::StructSimple>::set_fields(const ::test::StructSimple& fbe_value) noexcept
649{

Callers 2

set_fieldsMethod · 0.45
serializeMethod · 0.45

Calls 2

shiftMethod · 0.45
unshiftMethod · 0.45

Tested by

no test coverage detected