Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
static void reset_timeout(unsigned int timeout)
178
{
179
alarm(timeout);
180
}
181
182
static void send_client_data(int fd, const char *data, ssize_t sz,
183
int use_sideband)
Callers
4
create_pack_file
Function · 0.85
get_common_commits
Function · 0.85
receive_needs
Function · 0.85
upload_pack
Function · 0.85
Calls
1
alarm
Function · 0.85
Tested by
no test coverage detected