MCPcopy 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
1203static void free_void_line_log_data(void *data)
1204{
1205 free_line_log_data(data);
1206}
1207
1208void line_log_free(struct rev_info *rev)
1209{

Callers

nothing calls this directly

Calls 1

free_line_log_dataFunction · 0.85

Tested by

no test coverage detected