| 76 | }; |
| 77 | |
| 78 | size_t cbm_agent_client_count(void) { |
| 79 | return CBM_AGENT_CLIENT_COUNT; |
| 80 | } |
| 81 | |
| 82 | const cbm_agent_client_profile_t *cbm_agent_client_at(size_t index) { |
| 83 | return index < CBM_AGENT_CLIENT_COUNT ? &agent_profiles[index] : NULL; |
no outgoing calls
no test coverage detected