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

Function cbm_agent_client_at

src/cli/agent_clients.c:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82const cbm_agent_client_profile_t *cbm_agent_client_at(size_t index) {
83 return index < CBM_AGENT_CLIENT_COUNT ? &agent_profiles[index] : NULL;
84}
85
86const cbm_agent_client_profile_t *cbm_agent_client_by_id(cbm_agent_client_id_t id) {
87 return (unsigned)id < CBM_AGENT_CLIENT_COUNT ? &agent_profiles[id] : NULL;

Calls

no outgoing calls

Tested by

no test coverage detected