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

Function to_be_deleted

apply.c:3436–3439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3434#define PATH_WAS_DELETED ((struct patch *) -1)
3435
3436static int to_be_deleted(struct patch *patch)
3437{
3438 return patch == PATH_TO_BE_DELETED;
3439}
3440
3441static int was_deleted(struct patch *patch)
3442{

Callers 2

previous_patchFunction · 0.85
check_patchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected