MCPcopy Create free account
hub / github.com/defold/defold / Delete

Function Delete

engine/dlib/src/dlib/connection_pool.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 Result Delete(HPool pool)
124 {
125 delete pool;
126 return RESULT_OK;
127 }
128
129 void SetMaxKeepAlive(HPool pool, uint32_t max_keep_alive)
130 {

Callers 5

~ConnectionPoolMethod · 0.70
DoCloseFunction · 0.70
CloseInProgressSocketFunction · 0.70
CreateSSLSocketFunction · 0.70
DoDialFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected