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

Method GetGlobalProxy

NetStream/source/utils.cpp:233–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233const char *utils::GetGlobalProxy()
234{
235 if (s_globalProxy.empty())
236 {
237 return NULL;
238 }
239
240 return s_globalProxy.c_str();
241}
242
243bool utils::DoGETRequest(const char *url, void **ppRespBuf, size_t *pRespBufSize, const char **ppHeaders, uint32_t headerNum,
244 int32_t *pRespCode, void*(*liballoc)(size_t), void(*libdealloc)(void *), void*(*librealloc)(void *, size_t))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected