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

Function reset_timeout

upload-pack.c:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177static void reset_timeout(unsigned int timeout)
178{
179 alarm(timeout);
180}
181
182static void send_client_data(int fd, const char *data, ssize_t sz,
183 int use_sideband)

Callers 4

create_pack_fileFunction · 0.85
get_common_commitsFunction · 0.85
receive_needsFunction · 0.85
upload_packFunction · 0.85

Calls 1

alarmFunction · 0.85

Tested by

no test coverage detected