Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
void CodePorting::updateStatus(CodePorting::PortingStatus _status)
203
{
204
status = _status;
205
emit notifyPortingStatus(status);
206
}
207
208
bool CodePorting::parseReportFromFile(const QString &reportPath)
209
{
Callers
1
CodePorting
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected