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

Method RemoveToEnd

BeefySysLib/util/String.cpp:560–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560void StringImpl::RemoveToEnd(intptr startIdx)
561{
562 Remove(startIdx, mLength - startIdx);
563}
564
565void StringImpl::RemoveFromEnd(intptr length)
566{

Callers 15

GetAbsPathMethod · 0.45
ParseMaterialDefMethod · 0.45
LoadMaterialMethod · 0.45
LoadMethod · 0.45
DoHandleDebugEventFunction · 0.45
HandleDirectoryMethod · 0.45
WatchSubdirectoriesMethod · 0.45
PrepareCompilerMethod · 0.45

Calls

no outgoing calls

Tested by 1

Test_QueryMethod · 0.36