MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / clear

Method clear

src/Core/Graphics/Canvas.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 void Canvas::clear()
244 {
245 m_elements.clear();
246 }
247
248 void Canvas::remove(const std::string& id)
249 {

Callers 2

refreshMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected