MCPcopy Create free account
hub / github.com/cxasm/notepad-- / Clear

Method Clear

src/qscint/scintilla/src/PositionCache.cpp:429–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void SpecialRepresentations::Clear() {
430 mapReprs.clear();
431 const short none = 0;
432 std::fill(startByteHasReprs, std::end(startByteHasReprs), none);
433}
434
435void BreakFinder::Insert(Sci::Position val) {
436 const int posInLine = static_cast<int>(val);

Callers

nothing calls this directly

Calls 2

endFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected