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

Method ClearTimeout

NetStream/source/utils.cpp:212–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void utils::ClearTimeout(utils::TimeoutID id)
213{
214 if (id)
215 {
216 TimerListenerList::DefaultList()->Unregister(id);
217 delete id;
218 }
219}
220
221void utils::SetGlobalProxy(const char *proxy)
222{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected