MCPcopy Index your code
hub / github.com/DHTMLX/gantt / clearLineMeasurementCache

Function clearLineMeasurementCache

samples/common/codehighlight/codemirror.js:2551–2556  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

2549 }
2550
2551 function clearLineMeasurementCache(cm) {
2552 cm.display.externalMeasure = null;
2553 removeChildren(cm.display.lineMeasure);
2554 for (var i = 0; i < cm.display.view.length; i++)
2555 { clearLineMeasurementCacheFor(cm.display.view[i]); }
2556 }
2557
2558 function clearCaches(cm) {
2559 clearLineMeasurementCache(cm);

Callers 2

clearCachesFunction · 0.85
addEditorMethodsFunction · 0.85

Calls 2

removeChildrenFunction · 0.85

Tested by

no test coverage detected