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

Function EscapeParam

src/engine/shared/config.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16// ----------------------- Config Variables
17
18static void EscapeParam(char *pDst, const char *pSrc, int Size)
19{
20 str_escape(&pDst, pSrc, pDst + Size);
21}
22
23void SConfigVariable::ExecuteLine(const char *pLine) const
24{

Callers 1

SerializeMethod · 0.85

Calls 1

str_escapeFunction · 0.85

Tested by

no test coverage detected