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

Function compoundChange

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:2103–2106  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

2101 }
2102
2103 function compoundChange(f) {
2104 history.startCompound();
2105 try { return f(); } finally { history.endCompound(); }
2106 }
2107
2108 for (var ext in extensions)
2109 if (extensions.propertyIsEnumerable(ext) &&

Callers 2

CodeMirrorFunction · 0.85
onDropFunction · 0.85

Calls 1

fFunction · 0.50

Tested by

no test coverage detected