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

Method set

proto/protoex_models.cpp:256–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void FieldModel<::protoex::Order>::set(const ::protoex::Order& fbe_value) noexcept
257{
258 size_t fbe_begin = set_begin();
259 if (fbe_begin == 0)
260 return;
261
262 set_fields(fbe_value);
263 set_end(fbe_begin);
264}
265
266void FieldModel<::protoex::Order>::set_fields(const ::protoex::Order& fbe_value) noexcept
267{

Callers 2

set_fieldsMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected