Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetRoot
Method
SetRoot
Plugins/FtpServer/ParameterFtpServer.cpp:54–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void CParameterFtpServer::SetRoot(const QString &newRoot)
55
{
56
if(m_szRoot == newRoot)
57
return;
58
m_szRoot = newRoot;
59
SetModified(true);
60
}
61
62
int CParameterFtpServer::GetConnectCount() const
63
{
Callers
1
accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected