MCPcopy Create free account
hub / github.com/git/git / fsm_settings__get_reason

Function fsm_settings__get_reason

fsmonitor-settings.c:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229enum fsmonitor_reason fsm_settings__get_reason(struct repository *r)
230{
231 if (!r->settings.fsmonitor)
232 lookup_fsmonitor_settings(r);
233
234 return r->settings.fsmonitor->reason;
235}
236
237char *fsm_settings__get_incompatible_msg(struct repository *r,
238 enum fsmonitor_reason reason)

Callers 4

refresh_fsmonitorFunction · 0.85
have_fsmonitor_supportFunction · 0.85
cmd_update_indexFunction · 0.85
cmd_fsmonitor__daemonFunction · 0.85

Calls 1

Tested by

no test coverage detected