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

Function strbuf_getline_lf

strbuf.c:752–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752int strbuf_getline_lf(struct strbuf *sb, FILE *fp)
753{
754 return strbuf_getdelim(sb, fp, '\n');
755}
756
757int strbuf_getline_nul(struct strbuf *sb, FILE *fp)
758{

Callers 15

parse_fetchFunction · 0.85
parse_pushFunction · 0.85
cmd_mainFunction · 0.85
sequencer_rollbackFunction · 0.85
read_branches_fileFunction · 0.85
read_line_from_git_pathFunction · 0.85
read_rebase_todolistFunction · 0.85
load_midx_chain_fd_stFunction · 0.85
read_bisect_termsFunction · 0.85

Calls 1

strbuf_getdelimFunction · 0.85

Tested by 2

cmd__pack_deltasFunction · 0.68
bitmap_writeFunction · 0.68