| 1735 | } |
| 1736 | |
| 1737 | static void mcp_project_mutation_end(cbm_mcp_server_t *srv, const char *project) { |
| 1738 | if (srv->mutation_end) { |
| 1739 | srv->mutation_end(srv->mutation_context, project); |
| 1740 | } |
| 1741 | } |
| 1742 | |
| 1743 | void cbm_mcp_server_free(cbm_mcp_server_t *srv) { |
| 1744 | if (!srv) { |
no outgoing calls
no test coverage detected