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

Function config_key_is_ui

src/cli/cli.c:6780–6782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6778#endif
6779
6780static bool config_key_is_ui(const char *key) {
6781 return key && (strcmp(key, CBM_CONFIG_UI_ENABLED) == 0 || strcmp(key, CBM_CONFIG_UI_PORT) == 0);
6782}
6783
6784static void config_ui_read(const char *key, char *out, size_t out_sz) {
6785 cbm_ui_config_t ui;

Callers 1

cbm_cmd_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected