MCPcopy Create free account
hub / github.com/TankOs/SFGUI / IsSynced

Method IsSynced

src/SFGUI/Primitive.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool Primitive::IsSynced() const {
117 return m_synced;
118}
119
120void Primitive::SetVisible( bool visible ) {
121 m_visible = visible;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected