Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ shared_from_this
Method
shared_from_this
python/mod_cvcuda/nvcv/Cache.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
std::shared_ptr<CacheItem> CacheItem::shared_from_this()
67
{
68
return std::dynamic_pointer_cast<CacheItem>(Object::shared_from_this());
69
}
70
71
std::shared_ptr<const CacheItem> CacheItem::shared_from_this() const
72
{
Callers
2
isInUse
Method · 0.95
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected