MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / resetServerSaveParams

Function resetServerSaveParams

src/config.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void resetServerSaveParams(void) {
329 zfree(g_pserver->saveparams);
330 g_pserver->saveparams = NULL;
331 g_pserver->saveparamslen = 0;
332}
333
334void queueLoadModule(sds path, sds *argv, int argc) {
335 int i;

Callers 3

initServerConfigFunction · 0.85
configSetCommandFunction · 0.85

Calls 1

zfreeFunction · 0.85

Tested by

no test coverage detected