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

Method RemoveFromEnd

BeefySysLib/util/String.cpp:565–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void StringImpl::RemoveFromEnd(intptr length)
566{
567 Remove(mLength - length, length);
568}
569
570void StringImpl::Insert(intptr idx, const char* str, intptr length)
571{

Callers 4

mainFunction · 0.45
GetPlatformFunction · 0.45
GetFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected