MCPcopy Create free account
hub / github.com/beefytech/Beef / Split

Method Split

BeefySysLib/util/String.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172StringSplitEnumerator StringView::Split(char c)
173{
174 return StringSplitEnumerator(mPtr, (int)mLength, c, 0x7FFFFFFF, false);
175}
176
177//////////////////////////////////////////////////////////////////////////
178

Callers 3

Gfx_ApplyEffectFunction · 0.45
GetPlatformFunction · 0.45

Calls 1

Tested by

no test coverage detected