MCPcopy Index your code
hub / github.com/nwutils/nw-sample-apps / compoundChange

Function compoundChange

mini-code-edit/cm/lib/codemirror.js:1903–1906  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

1901 }
1902
1903 function compoundChange(f) {
1904 history.startCompound();
1905 try { return f(); } finally { history.endCompound(); }
1906 }
1907
1908 for (var ext in extensions)
1909 if (extensions.propertyIsEnumerable(ext) &&

Callers 2

CodeMirrorFunction · 0.85
onDropFunction · 0.85

Calls 1

fFunction · 0.50

Tested by

no test coverage detected