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