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

Function packet_writer_init

pkt-line.c:677–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677void packet_writer_init(struct packet_writer *writer, int dest_fd)
678{
679 writer->dest_fd = dest_fd;
680 writer->use_sideband = 0;
681}
682
683void packet_writer_write(struct packet_writer *writer, const char *fmt, ...)
684{

Callers 3

upload_pack_data_initFunction · 0.85
cap_object_infoFunction · 0.85
bundle_uri_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected