| 7719 | } |
| 7720 | |
| 7721 | static bool cbm_agent_registry_command_exists(const char *command, const void *context) { |
| 7722 | const cbm_agent_registry_context_t *registry = context; |
| 7723 | return registry && cbm_agent_cli_exists(command, registry->options.home_dir); |
| 7724 | } |
| 7725 | |
| 7726 | static void cbm_init_agent_registry_context(const char *home, |
| 7727 | cbm_agent_registry_context_t *registry) { |
nothing calls this directly
no test coverage detected