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

Method GetFilePath

IDEHelper/Backend/BeModule.cpp:1808–1813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1806}
1807
1808void BeDbgFile::GetFilePath(String& outStr)
1809{
1810 outStr.Append(mDirectory);
1811 outStr.Append(DIR_SEP_CHAR);
1812 outStr.Append(mFileName);
1813}
1814
1815//////////////////////////////////////////////////////////////////////////
1816

Callers 2

PdbTestFunction · 0.45
FailMethod · 0.45

Calls 1

AppendMethod · 0.80

Tested by

no test coverage detected