MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / isCanceled

Method isCanceled

src/app/ui/editor/tool_loop_impl.cpp:476–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474
475 void cancel() override { m_canceled = true; }
476 bool isCanceled() override { return m_canceled; }
477
478};
479

Callers 3

destroyLoopIfCanceledMethod · 0.45
destroyLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected