MCPcopy Create free account
hub / github.com/F-Stack/f-stack / stringConfigGet

Function stringConfigGet

app/redis-6.2.6/src/config.c:1814–1816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1812}
1813
1814static void stringConfigGet(client *c, typeData data) {
1815 addReplyBulkCString(c, *data.string.config ? *data.string.config : "");
1816}
1817
1818static void stringConfigRewrite(typeData data, const char *name, struct rewriteConfigState *state) {
1819 rewriteConfigStringOption(state, name,*(data.string.config), data.string.default_value);

Callers

nothing calls this directly

Calls 1

addReplyBulkCStringFunction · 0.85

Tested by

no test coverage detected