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

Function cbm_agent_client_count

src/cli/agent_clients.c:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76};
77
78size_t cbm_agent_client_count(void) {
79 return CBM_AGENT_CLIENT_COUNT;
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;

Calls

no outgoing calls

Tested by

no test coverage detected