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

Function have_fsmonitor_support

scalar.c:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

set_recommended_configFunction · 0.85
start_fsmonitor_daemonFunction · 0.85
stop_fsmonitor_daemonFunction · 0.85
register_dirFunction · 0.85
delete_enlistmentFunction · 0.85

Calls 2

fsm_settings__get_reasonFunction · 0.85

Tested by

no test coverage detected