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

Function agent_path_exists

src/cli/agent_clients.c:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102static bool agent_path_exists(const cbm_agent_client_resolve_options_t *options, const char *path) {
103 return options->path_exists ? options->path_exists(path, options->probe_context)
104 : cbm_file_exists(path);
105}
106
107static bool agent_command_exists(const cbm_agent_client_resolve_options_t *options,
108 const char *command) {

Calls 1

cbm_file_existsFunction · 0.85

Tested by

no test coverage detected