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

Method fbe_size

proto/test_models.h:1039–1039  ·  view source on GitHub ↗

Get the model size

Source from the content-addressed store, hash-verified

1037
1038 // Get the model size
1039 size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); }
1040 // Get the model type
1041 static constexpr size_t fbe_type() noexcept { return FieldModel<::test::StructMap>::fbe_type(); }
1042

Callers

nothing calls this directly

Calls 2

fbe_sizeMethod · 0.45
fbe_extraMethod · 0.45

Tested by

no test coverage detected