Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ Clean
Method
Clean
Service/Service.cpp:47–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
int CService::Clean()
48
{
49
int nRet = 0;
50
51
OnClean();
52
53
if(m_pPara)
54
{
55
m_pPara->deleteLater();
56
m_pPara = nullptr;
57
}
58
return nRet;
59
}
60
61
void CService::slotProcess()
62
{
Callers
2
run
Method · 0.45
Stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected