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

Function New

engine/dlib/src/dlib/connection_pool.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 };
116
117 Result New(const Params* params, HPool* pool)
118 {
119 *pool = new ConnectionPool(params);
120 return RESULT_OK;
121 }
122
123 Result Delete(HPool pool)
124 {

Callers 3

ConnectionPoolMethod · 0.70
ConnectSocketFunction · 0.70
CreateSSLSocketFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected