MCPcopy Create free account
hub / github.com/ddnet/ddnet / GetCompletePath

Method GetCompletePath

src/engine/shared/storage.cpp:872–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870 }
871
872 void GetCompletePath(int Type, const char *pDir, char *pBuffer, unsigned BufferSize) override
873 {
874 TranslateType(Type, pDir);
875 dbg_assert(Type >= TYPE_SAVE && Type < m_NumPaths, "Type invalid");
876 GetPath(Type, pDir, pBuffer, BufferSize);
877 }
878
879 const char *GetBinaryPath(const char *pFilename, char *pBuffer, unsigned BufferSize) override
880 {

Callers 15

RenderSettingsCustomMethod · 0.80
RenderPopupFullscreenMethod · 0.80
RenderSettingsGeneralMethod · 0.80
RenderSettingsTeeMethod · 0.80
RenderSettingsTee7Method · 0.80
DemolistPopulateMethod · 0.80
RenderGhostMethod · 0.80
OnRenderMethod · 0.80
FilelistPopulateMethod · 0.80
SqliteOpenFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected