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

Function agent_command_exists

src/cli/agent_clients.c:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107static bool agent_command_exists(const cbm_agent_client_resolve_options_t *options,
108 const char *command) {
109 return command && options->command_exists &&
110 options->command_exists(command, options->probe_context);
111}
112
113static int agent_join_path(char *output, size_t output_size, const char *base, const char *suffix) {
114 if (!output || output_size == 0U || !base || base[0] == '\0' || !suffix || suffix[0] == '\0') {

Callers 1

cbm_agent_client_detectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected