Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ IsResourceValid
Method
IsResourceValid
trinityal/Tr2DeviceResourceAL.h:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
{
39
public:
40
bool IsResourceValid() const override
41
{
42
return static_cast<const T*>( this )->IsValid();
43
}
44
45
Tr2ALMemoryType GetResourceMemoryClass() const override
46
{
Callers
2
DescribeDeviceResources
Function · 0.80
DestroyDeviceResources
Function · 0.80
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected