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

Function start_fsmonitor_daemon

scalar.c:259–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259static int start_fsmonitor_daemon(void)
260{
261 ASSERT(have_fsmonitor_support());
262
263 if (fsmonitor_ipc__get_state() != IPC_STATE__LISTENING)
264 return run_git("fsmonitor--daemon", "start", NULL);
265
266 return 0;
267}
268
269static int stop_fsmonitor_daemon(void)
270{

Callers 1

register_dirFunction · 0.85

Calls 3

have_fsmonitor_supportFunction · 0.85
fsmonitor_ipc__get_stateFunction · 0.85
run_gitFunction · 0.85

Tested by

no test coverage detected