MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / fakeOpenDialog

Function fakeOpenDialog

lib/web/CodeMirror/test/vim_test.js:199–203  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

197 }
198 }
199 function fakeOpenDialog(result) {
200 return function(text, callback) {
201 return callback(result);
202 }
203 }
204 function fakeOpenNotification(matcher) {
205 return function(text) {
206 matcher(text);

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected