MCPcopy Index your code
hub / github.com/git/git / remove_fsmonitor

Function remove_fsmonitor

fsmonitor.c:783–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781}
782
783void remove_fsmonitor(struct index_state *istate)
784{
785 if (istate->fsmonitor_last_update) {
786 trace_printf_key(&trace_fsmonitor, "remove fsmonitor");
787 istate->cache_changed |= FSMONITOR_CHANGED;
788 FREE_AND_NULL(istate->fsmonitor_last_update);
789 }
790}
791
792void tweak_fsmonitor(struct index_state *istate)
793{

Callers 3

tweak_fsmonitorFunction · 0.85
convert_to_sparseFunction · 0.85
cmd_update_indexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected