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

Method GetFullName

BeefRT/rt/Object.cpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15Beefy::String bf::System::Type::GetFullName()
16{
17 String* strObj = BFRTCALLBACKS.String_Alloc();
18 BFRTCALLBACKS.Type_GetFullName(this, strObj);
19 Beefy::String str(strObj->ToStringView());
20 BFRTCALLBACKS.Object_Delete(strObj);
21 return str;
22}
23
24bf::System::Type_NOFLAGS* bf::System::Type::GetTypeData()
25{

Callers 5

GetNameStrMethod · 0.45
FinishCollectMethod · 0.45
ReportMethod · 0.45
WriteDebugDumpStateMethod · 0.45
RawShutdownMethod · 0.45

Calls 1

ToStringViewMethod · 0.45

Tested by

no test coverage detected