Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
notifyToolLoopModifiersChange
Method · 0.45
destroyLoopIfCanceled
Method · 0.45
destroyLoop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected