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

Function remove_locks_on_signal

http-push.c:1013–1018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011}
1012
1013static void remove_locks_on_signal(int signo)
1014{
1015 remove_locks();
1016 sigchain_pop(signo);
1017 raise(signo);
1018}
1019
1020static void remote_ls(const char *path, int flags,
1021 void (*userFunc)(struct remote_ls_ctx *ls),

Callers

nothing calls this directly

Calls 2

remove_locksFunction · 0.85
sigchain_popFunction · 0.85

Tested by

no test coverage detected