Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
static void EscapeParam(char *pDst, const char *pSrc, int Size)
19
{
20
str_escape(&pDst, pSrc, pDst + Size);
21
}
22
23
void SConfigVariable::ExecuteLine(const char *pLine) const
24
{
Callers
1
Serialize
Method · 0.85
Calls
1
str_escape
Function · 0.85
Tested by
no test coverage detected