MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / split

Method split

source/core/StarString.cpp:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286StringList String::split(Char c, size_t maxSplit) const {
287 return split(String(c), maxSplit);
288}
289
290StringList String::split(String const& pattern, size_t maxSplit) const {
291 StringList ret;

Callers 15

parseWorldIdFunction · 0.45
parseWarpActionFunction · 0.45
parseABCMethod · 0.45
paintMethod · 0.45
parseRenderLayerFunction · 0.45
setTileProtectionMethod · 0.45
placeDungeonMethod · 0.45
fetchChildMethod · 0.45
toJsonMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 7

StringClass · 0.85
StringListClass · 0.85
emptyMethod · 0.45
sizeMethod · 0.45
appendMethod · 0.45
substrMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected