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

Method set

proto/enums_models.cpp:1126–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124}
1125
1126void FieldModel<::enums::Enums>::set(const ::enums::Enums& fbe_value) noexcept
1127{
1128 size_t fbe_begin = set_begin();
1129 if (fbe_begin == 0)
1130 return;
1131
1132 set_fields(fbe_value);
1133 set_end(fbe_begin);
1134}
1135
1136void FieldModel<::enums::Enums>::set_fields(const ::enums::Enums& fbe_value) noexcept
1137{

Callers 2

set_fieldsMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected