| 7763 | } |
| 7764 | |
| 7765 | static bool cbm_agent_registry_command_exists(const char *command, const void *context) { |
| 7766 | const cbm_agent_registry_context_t *registry = context; |
| 7767 | return registry && cbm_agent_cli_exists(command, registry->options.home_dir); |
| 7768 | } |
| 7769 | |
| 7770 | static void cbm_init_agent_registry_context(const char *home, |
| 7771 | cbm_agent_registry_context_t *registry) { |
nothing calls this directly
no test coverage detected