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

Function strbuf_write

strbuf.c:574–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574ssize_t strbuf_write(struct strbuf *sb, FILE *f)
575{
576 return sb->len ? fwrite(sb->buf, 1, sb->len, f) : 0;
577}
578
579#define STRBUF_MAXLINK (32767)
580

Callers 5

pp_cleanupFunction · 0.85
pp_outputFunction · 0.85
pp_collect_finishedFunction · 0.85
append_fetch_headFunction · 0.85
commit_fetch_headFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected