Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
574
ssize_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_cleanup
Function · 0.85
pp_output
Function · 0.85
pp_collect_finished
Function · 0.85
append_fetch_head
Function · 0.85
commit_fetch_head
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected