MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / get_decoration_value

Method get_decoration_value

src/RichText/TextStyleModifier.cpp:235–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235uint8_t DecorationTextStyleModifier::get_decoration_value() const {
236 return decorationValue;
237}
238
239void DecorationTextStyleModifier::save(cereal::PortableBinaryOutputArchive& a) const {
240 a(decorationValue);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected