Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrapheneCt/NetStream
/ GetSize
Method
GetSize
NetStream/source/tex_pool.cpp:258–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
uint32_t TexPool::GetSize()
259
{
260
m_storMtx->Lock();
261
uint32_t sz = m_stor.size();
262
m_storMtx->Unlock();
263
return sz;
264
}
265
266
void TexPool::RemoveForReplace(IDParam const& id)
267
{
Callers
nothing calls this directly
Calls
2
Lock
Method · 0.80
Unlock
Method · 0.80
Tested by
no test coverage detected