Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ RemoveSequence
Method
RemoveSequence
src/TextEngine/EntryText.cpp:626–629 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
}
625
626
void CEntryText::RemoveSequence(int startPos, int length)
627
{
628
WText.erase(startPos, length);
629
}
Callers
1
InsertInContent
Method · 0.80
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected