MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / search

Method search

src/plugins/find/maincontroller/task/taskcommander.cpp:85–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool TaskCommander::search(const SearchParams &params)
86{
87 if (d->isWorking)
88 return false;
89
90 d->isWorking = true;
91 QMetaObject::invokeMethod(d->srWorker.data(),
92 "search",
93 Qt::QueuedConnection,
94 Q_ARG(SearchParams, params));
95
96 return true;
97}
98
99bool TaskCommander::replace(const ReplaceParams &params)
100{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected