MCPcopy Create free account
hub / github.com/chettoy/apexsky / Clear

Method Clear

esp_legacy/Client/overlay.cpp:919–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917}
918
919void Overlay::Clear() {
920 running = false;
921 // printf("running=%b\n", running);
922}
923
924int Overlay::getWidth() { return width; }
925

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected