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

Function strbuf_split

strbuf.h:606–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606static inline struct strbuf **strbuf_split(const struct strbuf *sb,
607 int terminator)
608{
609 return strbuf_split_max(sb, terminator, 0);
610}
611
612/*
613 * Adds all strings of a string list to the strbuf, separated by the given

Callers 2

handle_bodyFunction · 0.85
handle_bodyFunction · 0.85

Calls 1

strbuf_split_maxFunction · 0.85

Tested by

no test coverage detected