Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
560
void StringImpl::RemoveToEnd(intptr startIdx)
561
{
562
Remove(startIdx, mLength - startIdx);
563
}
564
565
void StringImpl::RemoveFromEnd(intptr length)
566
{
Callers
15
GetAbsPath
Method · 0.45
ParseMaterialDef
Method · 0.45
LoadMaterial
Method · 0.45
Load
Method · 0.45
DoHandleDebugEvent
Function · 0.45
BFP_CALLTYPE BfpSpawn_Create
Function · 0.45
BFP_CALLTYPE BfpDynLib_Load
Function · 0.45
HandleDirectory
Method · 0.45
WatchSubdirectories
Method · 0.45
GetFileNameWithoutExtension
Method · 0.45
PrepareCompiler
Method · 0.45
GetFileNameWithoutExtension
Method · 0.45
Calls
no outgoing calls
Tested by
1
Test_Query
Method · 0.36