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

Function strbuf_split_max

strbuf.h:600–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600static inline struct strbuf **strbuf_split_max(const struct strbuf *sb,
601 int terminator, int max)
602{
603 return strbuf_split_buf(sb->buf, sb->len, terminator, max);
604}
605
606static inline struct strbuf **strbuf_split(const struct strbuf *sb,
607 int terminator)

Callers 2

curl_dump_headerFunction · 0.85
strbuf_splitFunction · 0.85

Calls 1

strbuf_split_bufFunction · 0.85

Tested by

no test coverage detected