Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ConnectionPool
Method · 0.70
ConnectSocket
Function · 0.70
CreateSSLSocket
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected