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

Method verify

proto/test_final_models.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112size_t FinalModel<::test::StructSimple>::verify() const noexcept
113{
114 _buffer.shift(fbe_offset());
115 size_t fbe_result = verify_fields();
116 _buffer.unshift(fbe_offset());
117 return fbe_result;
118}
119
120size_t FinalModel<::test::StructSimple>::verify_fields() const noexcept
121{

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