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

Method GetBinaryPath

src/engine/shared/storage.cpp:879–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877 }
878
879 const char *GetBinaryPath(const char *pFilename, char *pBuffer, unsigned BufferSize) override
880 {
881 str_format(pBuffer, BufferSize, "%s%s%s", m_aBinarydir, !m_aBinarydir[0] ? "" : "/", pFilename);
882 return pBuffer;
883 }
884
885 const char *GetBinaryPathAbsolute(const char *pFilename, char *pBuffer, unsigned BufferSize) override
886 {

Callers 6

RunServerMethod · 0.80
ReplaceClientMethod · 0.80
ReplaceServerMethod · 0.80
ParseUpdateMethod · 0.80
mainFunction · 0.80
WriteToFileMethod · 0.80

Calls 1

str_formatFunction · 0.85

Tested by

no test coverage detected