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

Function clearCachedMeasurement

tools/pythonauto/static/codemirror/codemirror.js:1030–1033  ·  view source on GitHub ↗
(cm, line)

Source from the content-addressed store, hash-verified

1028 }
1029
1030 function clearCachedMeasurement(cm, line) {
1031 var exists = findCachedMeasurement(cm, line);
1032 if (exists) exists.text = exists.measure = exists.markedSpans = null;
1033 }
1034
1035 function measureLine(cm, line) {
1036 // First look in the cache

Callers 1

codemirror.jsFile · 0.85

Calls 1

findCachedMeasurementFunction · 0.85

Tested by

no test coverage detected