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

Function strbuf_split_str

strbuf.h:594–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 int terminator, int max);
593
594static inline struct strbuf **strbuf_split_str(const char *str,
595 int terminator, int max)
596{
597 return strbuf_split_buf(str, strlen(str), terminator, max);
598}
599
600static inline struct strbuf **strbuf_split_max(const struct strbuf *sb,
601 int terminator, int max)

Callers

nothing calls this directly

Calls 1

strbuf_split_bufFunction · 0.85

Tested by

no test coverage detected