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

Function fsmonitor_ewah_callback

fsmonitor.c:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31static void fsmonitor_ewah_callback(size_t pos, void *is)
32{
33 struct index_state *istate = (struct index_state *)is;
34 struct cache_entry *ce;
35
36 assert_index_minimum(istate, pos + 1);
37
38 ce = istate->cache[pos];
39 ce->ce_flags &= ~CE_FSMONITOR_VALID;
40}
41
42static int fsmonitor_hook_version(void)
43{

Callers

nothing calls this directly

Calls 1

assert_index_minimumFunction · 0.85

Tested by

no test coverage detected