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

Function strbuf_getline

strbuf.c:747–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747int strbuf_getline(struct strbuf *sb, FILE *fp)
748{
749 return strbuf_getdelim_strip_crlf(sb, fp, '\n');
750}
751
752int strbuf_getline_lf(struct strbuf *sb, FILE *fp)
753{

Callers 15

credential_readFunction · 0.85
read_pathspec_from_stdinFunction · 0.85
add_mailname_hostFunction · 0.85
read_remotes_fileFunction · 0.85
read_refs_snapshotFunction · 0.85
read_attr_from_fileFunction · 0.85
read_pack_info_fileFunction · 0.85

Calls 1

Tested by 6

cmd__progressFunction · 0.68
cmd__name_hashFunction · 0.68
cmd__bundle_uri_parseFunction · 0.68
cmd__reachFunction · 0.68
cmd__hashmapFunction · 0.68
check_submoduleFunction · 0.68