Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetPoolNoCreate
Method
GetPoolNoCreate
engine/dlib/src/dlib/http_client.cpp:88–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
dmConnectionPool::HPool GetPoolNoCreate()
89
{
90
DM_MUTEX_SCOPED_LOCK(m_Mutex);
91
return m_Pool;
92
}
93
94
private:
95
dmConnectionPool::HPool m_Pool;
Callers
1
ShutdownConnectionPool
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected