MCPcopy Create free account
hub / github.com/beefytech/Beef / GetTypeData

Method GetTypeData

BeefRT/rt/Object.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24bf::System::Type_NOFLAGS* bf::System::Type::GetTypeData()
25{
26 if ((BFRTFLAGS & BfRtFlags_ObjectHasDebugFlags) != 0)
27 return BFRTCALLBACKS.ClassVData_GetTypeDataPtr((bf::System::ClassVData*)(mClassVData & ~0xFF));
28 else
29 return BFRTCALLBACKS.ClassVData_GetTypeDataPtr((bf::System::ClassVData*)(mClassVData));
30}

Callers 3

WriteDebugDumpStateMethod · 0.80
RawMarkSpanMethod · 0.80
RawReportHandleSpanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected