Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ getCacheLimit
Method
getCacheLimit
python/mod_cvcuda/nvcv/Cache.cpp:287–291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
int64_t Cache::getCacheLimit() const
288
{
289
std::unique_lock<std::mutex> lk(pimpl->mtx);
290
return doGetCacheLimit();
291
}
292
293
int64_t Cache::doGetCacheLimit() const
294
{
Callers
1
Export
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected