Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
757
int strbuf_getline_nul(struct strbuf *sb, FILE *fp)
758
{
759
return strbuf_getdelim(sb, fp,
'\0'
);
760
}
761
762
int strbuf_getwholeline_fd(struct strbuf *sb, int fd, int term)
763
{
Callers
2
changed_files
Function · 0.85
run_dir_diff
Function · 0.85
Calls
1
strbuf_getdelim
Function · 0.85
Tested by
no test coverage detected