MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / config_key_is_ui

Function config_key_is_ui

src/cli/cli.c:6616–6618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6614#endif
6615
6616static bool config_key_is_ui(const char *key) {
6617 return key && (strcmp(key, CBM_CONFIG_UI_ENABLED) == 0 || strcmp(key, CBM_CONFIG_UI_PORT) == 0);
6618}
6619
6620static void config_ui_read(const char *key, char *out, size_t out_sz) {
6621 cbm_ui_config_t ui;

Callers 1

cbm_cmd_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected