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

Method verify

proto/proto_final_models.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34size_t FinalModel<::proto::Order>::verify() const noexcept
35{
36 _buffer.shift(fbe_offset());
37 size_t fbe_result = verify_fields();
38 _buffer.unshift(fbe_offset());
39 return fbe_result;
40}
41
42size_t FinalModel<::proto::Order>::verify_fields() const noexcept
43{

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