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

Function was_deleted

apply.c:3441–3444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3439}
3440
3441static int was_deleted(struct patch *patch)
3442{
3443 return patch == PATH_WAS_DELETED;
3444}
3445
3446static void add_to_fn_table(struct apply_state *state, struct patch *patch)
3447{

Callers 2

previous_patchFunction · 0.85
check_patchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected