Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
565
void StringImpl::RemoveFromEnd(intptr length)
566
{
567
Remove(mLength - length, length);
568
}
569
570
void StringImpl::Insert(intptr idx, const char* str, intptr length)
571
{
Callers
4
main
Function · 0.45
ToCleanAttributeString
Method · 0.45
GetPlatform
Function · 0.45
GetFunction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected