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

Method read_create_message

src/CanvasTheme.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void CanvasTheme::read_create_message(cereal::PortableBinaryInputArchive& a) {
74 backColor = world.netObjMan.read_create_message<BackColor>(a, nullptr);
75}
76
77void CanvasTheme::write_create_message(cereal::PortableBinaryOutputArchive& a) const {
78 backColor.write_create_message(a);

Callers 1

init_clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected