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

Function write_blocked

archive-tar.c:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static void write_blocked(const void *data, unsigned long size)
106{
107 do_write_blocked(data, size);
108 finish_record();
109}
110
111/*
112 * The end of tar archives is marked by 2*512 nul bytes and after that

Callers 3

write_extended_headerFunction · 0.85
write_tar_entryFunction · 0.85

Calls 2

do_write_blockedFunction · 0.85
finish_recordFunction · 0.85

Tested by

no test coverage detected