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

Method ToStringRaw

IDEHelper/DbgModule.cpp:1606–1611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1604}
1605
1606String DbgType::ToStringRaw(DbgLanguage language)
1607{
1608 if (mTypeIdx != -1)
1609 return StrFormat("_T_%d_%d", mCompileUnit->mDbgModule->GetLinkedModule()->mId, mTypeIdx);
1610 return ToString(language);
1611}
1612
1613void DbgType::ToString(StringImpl& str, DbgLanguage language, bool allowDirectBfObject, bool internalName)
1614{

Callers 7

VisitMethod · 0.80
GetMemberListMethod · 0.80
GetArrayItemsMethod · 0.80
GetLinkedListItemsMethod · 0.80
DbgTypedValueToStringMethod · 0.80
EvaluateContinueMethod · 0.80

Calls 2

GetLinkedModuleMethod · 0.80
ToStringFunction · 0.50

Tested by

no test coverage detected