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

Function strbuf_getline_nul

strbuf.c:757–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757int strbuf_getline_nul(struct strbuf *sb, FILE *fp)
758{
759 return strbuf_getdelim(sb, fp, '\0');
760}
761
762int strbuf_getwholeline_fd(struct strbuf *sb, int fd, int term)
763{

Callers 2

changed_filesFunction · 0.85
run_dir_diffFunction · 0.85

Calls 1

strbuf_getdelimFunction · 0.85

Tested by

no test coverage detected