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

Function tar_write_block

archive-tar.c:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#endif
48
49static void tar_write_block(const void *buf)
50{
51 write_or_die(1, buf, BLOCKSIZE);
52}
53
54static void (*write_block)(const void *) = tar_write_block;
55

Callers

nothing calls this directly

Calls 1

write_or_dieFunction · 0.85

Tested by

no test coverage detected