| 125 | } |
| 126 | |
| 127 | static int have_fsmonitor_support(void) |
| 128 | { |
| 129 | return fsmonitor_ipc__is_supported() && |
| 130 | fsm_settings__get_reason(the_repository) == FSMONITOR_REASON_OK; |
| 131 | } |
| 132 | |
| 133 | static int set_recommended_config(int reconfigure) |
| 134 | { |
no test coverage detected