| 288 | } |
| 289 | |
| 290 | static void *host_http_thread(void *opaque) { |
| 291 | cbm_http_server_run(opaque); |
| 292 | return NULL; |
| 293 | } |
| 294 | |
| 295 | static int host_watcher_index(const char *project_name, const char *root_path, void *opaque) { |
| 296 | host_state_t *host = opaque; |
nothing calls this directly
no test coverage detected