MCPcopy Index your code
hub / github.com/git/git / fd_writer_write

Function fd_writer_write

reftable/stack.c:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54};
55
56static ssize_t fd_writer_write(void *arg, const void *data, size_t sz)
57{
58 struct fd_writer *writer = arg;
59 return reftable_write_data(writer->fd, data, sz);
60}
61
62static int fd_writer_flush(void *arg)
63{

Callers

nothing calls this directly

Calls 1

reftable_write_dataFunction · 0.85

Tested by

no test coverage detected