Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ foreach
Function
foreach
Plugins/Telnet/OperateTelnet.cpp:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
250
if(!m_Parameters.GetCommands().isEmpty()) {
251
foreach (auto c, m_Parameters.GetCommands()) {
252
m_Telnet.sendData(c.toStdString().c_str(), c.length());
253
m_Telnet.sendData(
"\n"
, 1);
254
}
255
}
256
}
257
}
Callers
nothing calls this directly
Calls
1
sendData
Method · 0.80
Tested by
no test coverage detected