Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ getCurrentSizeInBytes
Method
getCurrentSizeInBytes
python/mod_cvcuda/nvcv/Cache.cpp:298–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
int64_t Cache::getCurrentSizeInBytes()
299
{
300
std::unique_lock<std::mutex> lk(pimpl->mtx);
301
return doGetCurrentSizeInBytes();
302
}
303
304
int64_t Cache::doGetCurrentSizeInBytes() const
305
{
Callers
1
Export
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected