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

Function SaveUnknownCommandCallback

src/engine/client/client.cpp:4600–4605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4598}
4599
4600static bool SaveUnknownCommandCallback(const char *pCommand, void *pUser)
4601{
4602 CClient *pClient = static_cast<CClient *>(pUser);
4603 pClient->ConfigManager()->StoreUnknownCommand(pCommand);
4604 return true;
4605}
4606
4607/*
4608 Server Time

Callers

nothing calls this directly

Calls 2

StoreUnknownCommandMethod · 0.80
ConfigManagerMethod · 0.45

Tested by

no test coverage detected