MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / split

Function split

libhsclient/string_util.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135size_t
136split(char delim, const string_ref& buf, string_ref *parts,
137 size_t parts_len)
138{
139 return split_tmpl_arr(delim, buf, parts, parts_len);
140}
141
142size_t
143split(char delim, const string_wref& buf, string_wref *parts,

Callers 1

parse_fieldsMethod · 0.85

Calls 2

split_tmpl_arrFunction · 0.85
split_tmpl_vecFunction · 0.85

Tested by

no test coverage detected