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

Method splitLines

source/core/StarString.cpp:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361StringList String::splitLines(size_t maxSplit) const {
362 return splitAny("\r\n", maxSplit);
363}
364
365StringList String::splitWhitespace(size_t maxSplit) const {
366 return splitAny("", maxSplit);

Callers 1

parseABCMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected