Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ free_void_line_log_data
Function
free_void_line_log_data
line-log.c:1203–1206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1201
}
1202
1203
static void free_void_line_log_data(void *data)
1204
{
1205
free_line_log_data(data);
1206
}
1207
1208
void line_log_free(struct rev_info *rev)
1209
{
Callers
nothing calls this directly
Calls
1
free_line_log_data
Function · 0.85
Tested by
no test coverage detected