MCPcopy Create free account
hub / github.com/SpartanJ/eepp / clear

Method clear

src/eepp/ui/doc/documentview.cpp:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void DocumentView::clear() {
314 clearCache();
315 mFoldedRegions.clear();
316 mDoc->getFoldRangeService().clear();
317}
318
319double DocumentView::getLineYOffset( VisibleIndex visibleIndex, Float lineHeight ) const {
320 return static_cast<double>( visibleIndex ) * lineHeight;

Callers 2

invalidateCacheMethod · 0.45
clearCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected