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

Method updateStatus

src/plugins/codeporting/codeporting.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void CodePorting::updateStatus(CodePorting::PortingStatus _status)
203{
204 status = _status;
205 emit notifyPortingStatus(status);
206}
207
208bool CodePorting::parseReportFromFile(const QString &reportPath)
209{

Callers 1

CodePortingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected