Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ MakeDataPair
Function
MakeDataPair
IDEHelper/DbgModule.cpp:2808–2811 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2806
2807
template <typename T>
2808
static DataPair MakeDataPair(T* data)
2809
{
2810
return DataPair(T::ClassType, data);
2811
}
2812
2813
void DbgModule::FixupInnerTypes(int startingTypeIdx)
2814
{
Callers
1
ParseDWARF
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected