MCPcopy 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
626void CEntryText::RemoveSequence(int startPos, int length)
627{
628 WText.erase(startPos, length);
629}

Callers 1

InsertInContentMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected