MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / SetHost

Method SetHost

NetworkServer.cpp:213–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void NetworkServer::SetHost(std::string new_host)
214{
215 if(server_online == false)
216 {
217 host = new_host;
218 }
219}
220
221void NetworkServer::SetPort(unsigned short new_port)
222{

Callers 2

cli_pre_detectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected