MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / draw

Method draw

Tests/Libraries/Plugin/PluginTest.cpp:427–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425 }
426
427 void draw()
428 {
429 if (contract)
430 {
431 contract->onDraw();
432 }
433 }
434
435 private:
436 AsyncEventLoop* eventLoop;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected