| 155 | } |
| 156 | |
| 157 | const char *fsm_settings__get_hook_path(struct repository *r) |
| 158 | { |
| 159 | if (!r->settings.fsmonitor) |
| 160 | lookup_fsmonitor_settings(r); |
| 161 | |
| 162 | return r->settings.fsmonitor->hook_path; |
| 163 | } |
| 164 | |
| 165 | void fsm_settings__set_ipc(struct repository *r) |
| 166 | { |
no test coverage detected