Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfranx/SHADERed
/ Instance
Method
Instance
libs/cppdap/src/typeof.cpp:92–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
struct Instance {
91
TypeInfos* ptr() { return reinterpret_cast<TypeInfos*>(memory.data); }
92
Instance() { new (ptr()) TypeInfos(); }
93
~Instance() { ptr()->release(); }
94
};
95
Callers
1
m_loadThemeList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected