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

Function initConfigValues

src/config.cpp:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471void initConfigValues() {
472 for (standardConfig *config = configs; config->name != NULL; config++) {
473 config->interface.init(config->data);
474 }
475}
476
477void loadServerConfigFromString(char *config) {
478 const char *err = NULL;

Callers 1

initServerConfigFunction · 0.85

Calls 1

initMethod · 0.80

Tested by

no test coverage detected