MCPcopy 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
258uint32_t TexPool::GetSize()
259{
260 m_storMtx->Lock();
261 uint32_t sz = m_stor.size();
262 m_storMtx->Unlock();
263 return sz;
264}
265
266void TexPool::RemoveForReplace(IDParam const& id)
267{

Callers

nothing calls this directly

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected