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

Function cbm_agent_registry_command_exists

src/cli/cli.c:8129–8132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8127}
8128
8129static bool cbm_agent_registry_command_exists(const char *command, const void *context) {
8130 const cbm_agent_registry_context_t *registry = context;
8131 return registry && cbm_agent_cli_exists(command, registry->options.home_dir);
8132}
8133
8134static void cbm_init_agent_registry_context(const char *home,
8135 cbm_agent_registry_context_t *registry) {

Callers

nothing calls this directly

Calls 1

cbm_agent_cli_existsFunction · 0.85

Tested by

no test coverage detected