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

Function write_packetized_from_buf_no_flush

pkt-line.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33int write_packetized_from_buf_no_flush_count(const char *src_in, size_t len,
34 int fd_out, int *packet_counter);
35static inline int write_packetized_from_buf_no_flush(const char *src_in,
36 size_t len, int fd_out)
37{
38 return write_packetized_from_buf_no_flush_count(src_in, len, fd_out, NULL);
39}
40
41/*
42 * Stdio versions of packet_write functions. When mixing these with fd

Tested by

no test coverage detected