Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ stop
Method
stop
src/plugins/find/maincontroller/task/taskcommander.cpp:113–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void TaskCommander::stop()
114
{
115
metaObject()->invokeMethod(d->srWorker.data(), &SearchReplaceWorker::stop);
116
d->isWorking = false;
117
}
118
119
void TaskCommander::deleteSelf()
120
{
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected