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

Method partition

Sources/Shared/Containers/String.cpp:602–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 }
601
602 StaticArray<3, MutableStringView> String::partition(const char separator) {
603 return MutableStringView{*this}.partition(separator);
604 }
605
606 StaticArray<3, StringView> String::partition(const char separator) const {
607 return StringView{*this}.partition(separator);

Callers 12

ChangeLevelMethod · 0.45
CreateServerMethod · 0.45
SaveEpisodeContinueMethod · 0.45
InitializeMethod · 0.45
UpdateRichPresenceMethod · 0.45
CreateClientMethod · 0.45
ProcessCommandMethod · 0.45
ApplyFromPlaylistMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected