Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
286
StringList String::split(Char c, size_t maxSplit) const {
287
return split(String(c), maxSplit);
288
}
289
290
StringList String::split(String const& pattern, size_t maxSplit) const {
291
StringList ret;
Callers
15
parseWorldId
Function · 0.45
parseWarpAction
Function · 0.45
parseABC
Method · 0.45
paint
Method · 0.45
parseRenderLayer
Function · 0.45
setTileProtection
Method · 0.45
placeDungeon
Method · 0.45
fetchChild
Method · 0.45
toJson
Method · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
7
String
Class · 0.85
StringList
Class · 0.85
empty
Method · 0.45
size
Method · 0.45
append
Method · 0.45
substr
Method · 0.45
find
Method · 0.45
Tested by
no test coverage detected