Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
361
StringList String::splitLines(size_t maxSplit) const {
362
return splitAny(
"\r\n"
, maxSplit);
363
}
364
365
StringList String::splitWhitespace(size_t maxSplit) const {
366
return splitAny(
""
, maxSplit);
Callers
1
parseABC
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected