MCPcopy Index your code
hub / github.com/csev/py4e / clearLineMeasurementCache

Function clearLineMeasurementCache

tools/pythonauto/static/codemirrorepl/codemirror.js:1647–1652  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

1645 }
1646
1647 function clearLineMeasurementCache(cm) {
1648 cm.display.externalMeasure = null;
1649 removeChildren(cm.display.lineMeasure);
1650 for (var i = 0; i < cm.display.view.length; i++)
1651 clearLineMeasurementCacheFor(cm.display.view[i]);
1652 }
1653
1654 function clearCaches(cm) {
1655 clearLineMeasurementCache(cm);

Callers 2

clearCachesFunction · 0.85
codemirror.jsFile · 0.85

Calls 2

removeChildrenFunction · 0.70

Tested by

no test coverage detected