| 321 | } |
| 322 | |
| 323 | static void host_http_config_load_default(void *context, cbm_ui_config_t *config_out) { |
| 324 | (void)context; |
| 325 | cbm_ui_config_load(config_out); |
| 326 | } |
| 327 | |
| 328 | static cbm_http_server_t *host_http_server_new_default(void *context, int port) { |
| 329 | (void)context; |
nothing calls this directly
no test coverage detected