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

Method fbe_size

proto/proto_models.h:119–119  ·  view source on GitHub ↗

Get the model size

Source from the content-addressed store, hash-verified

117
118 // Get the model size
119 size_t fbe_size() const noexcept { return model.fbe_size() + model.fbe_extra(); }
120 // Get the model type
121 static constexpr size_t fbe_type() noexcept { return FieldModel<::proto::Order>::fbe_type(); }
122

Callers 15

FieldModelMethod · 0.45
fbe_bodyMethod · 0.45
verify_fieldsMethod · 0.45
get_fieldsMethod · 0.45
verifyMethod · 0.45
create_beginMethod · 0.45
deserializeMethod · 0.45
fbe_sizeMethod · 0.45
fbe_sizeMethod · 0.45
fbe_sizeMethod · 0.45
fbe_sizeMethod · 0.45
fbe_sizeMethod · 0.45

Calls 1

fbe_extraMethod · 0.45

Tested by 7

FieldModelMethod · 0.36
fbe_bodyMethod · 0.36
verify_fieldsMethod · 0.36
get_fieldsMethod · 0.36
verifyMethod · 0.36
create_beginMethod · 0.36
deserializeMethod · 0.36