MCPcopy Create free account
hub / github.com/DFHack/dfhack / SplitStringUsing

Function SplitStringUsing

depends/protobuf/google/protobuf/stubs/strutil.cc:185–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void SplitStringUsing(const string& full,
186 const char* delim,
187 vector<string>* result) {
188 back_insert_iterator< vector<string> > it(*result);
189 SplitStringToIteratorUsing(full, delim, it);
190}
191
192// ----------------------------------------------------------------------
193// JoinStrings()

Callers 8

TryCreateParentDirectoryFunction · 0.85
InterpretArgumentMethod · 0.85
ExpectGeneratedMethod · 0.85
GenerateMethod · 0.85
CanonicalizePathFunction · 0.85
ParseGeneratorParameterFunction · 0.85
FileGeneratorMethod · 0.85

Calls 1

Tested by

no test coverage detected