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

Method get

proto/protoex_final_models.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102size_t FinalModel<::protoex::Order>::get(::protoex::Order& fbe_value) const noexcept
103{
104 _buffer.shift(fbe_offset());
105 size_t fbe_result = get_fields(fbe_value);
106 _buffer.unshift(fbe_offset());
107 return fbe_result;
108}
109
110size_t FinalModel<::protoex::Order>::get_fields(::protoex::Order& fbe_value) const noexcept
111{

Callers 2

get_fieldsMethod · 0.45
deserializeMethod · 0.45

Calls 2

shiftMethod · 0.45
unshiftMethod · 0.45

Tested by

no test coverage detected