| 326 | } |
| 327 | |
| 328 | static cbm_http_server_t *host_http_server_new_default(void *context, int port) { |
| 329 | (void)context; |
| 330 | return cbm_http_server_new(port); |
| 331 | } |
| 332 | |
| 333 | static void host_http_server_configure_default(void *context, cbm_http_server_t *server, |
| 334 | host_state_t *host) { |
nothing calls this directly
no test coverage detected