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

Method get

proto/proto_final_models.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86size_t FinalModel<::proto::Order>::get(::proto::Order& fbe_value) const noexcept
87{
88 _buffer.shift(fbe_offset());
89 size_t fbe_result = get_fields(fbe_value);
90 _buffer.unshift(fbe_offset());
91 return fbe_result;
92}
93
94size_t FinalModel<::proto::Order>::get_fields(::proto::Order& fbe_value) const noexcept
95{

Callers 2

get_fieldsMethod · 0.45
deserializeMethod · 0.45

Calls 2

shiftMethod · 0.45
unshiftMethod · 0.45

Tested by

no test coverage detected