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

Method verify

proto/protoex_final_models.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38size_t FinalModel<::protoex::Order>::verify() const noexcept
39{
40 _buffer.shift(fbe_offset());
41 size_t fbe_result = verify_fields();
42 _buffer.unshift(fbe_offset());
43 return fbe_result;
44}
45
46size_t FinalModel<::protoex::Order>::verify_fields() const noexcept
47{

Callers 1

verify_fieldsMethod · 0.45

Calls 7

shiftMethod · 0.45
unshiftMethod · 0.45
offsetMethod · 0.45
bufferMethod · 0.45
fbe_offsetMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected