MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / split

Method split

Sources/Shared/Containers/String.cpp:562–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560 }
561
562 Array<MutableStringView> String::split(const char delimiter) {
563 return MutableStringView{*this}.split(delimiter);
564 }
565
566 Array<StringView> String::split(const char delimiter) const {
567 return StringView{*this}.split(delimiter);

Callers 2

CheckConsoleCapabilitiesFunction · 0.45
ConvertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected