MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / SetGlobalProxy

Method SetGlobalProxy

NetStream/source/utils.cpp:221–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void utils::SetGlobalProxy(const char *proxy)
222{
223 if (!proxy)
224 {
225 s_globalProxy.clear();
226 }
227 else
228 {
229 s_globalProxy = proxy;
230 }
231}
232
233const char *utils::GetGlobalProxy()
234{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected