MCPcopy Create free account
hub / github.com/breck7/scroll / clearLineMeasurementCache

Function clearLineMeasurementCache

external/.scrollLibs.js:3873–3879  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

3871 }
3872
3873 function clearLineMeasurementCache(cm) {
3874 cm.display.externalMeasure = null
3875 removeChildren(cm.display.lineMeasure)
3876 for (var i = 0; i < cm.display.view.length; i++) {
3877 clearLineMeasurementCacheFor(cm.display.view[i])
3878 }
3879 }
3880
3881 function clearCaches(cm) {
3882 clearLineMeasurementCache(cm)

Callers 2

clearCachesFunction · 0.85
addEditorMethodsFunction · 0.85

Calls 2

removeChildrenFunction · 0.85

Tested by

no test coverage detected