MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / runmode.node.js

File runmode.node.js

static/js/codemirror/addon/runmode/runmode.node.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* Just enough of CodeMirror to run runMode under node.js */
2
3function splitLines(string){ return string.split(/\r?\n|\r/); };
4

Callers

nothing calls this directly

Calls 5

callbackFunction · 0.85
casedFunction · 0.70
splitLinesFunction · 0.70
testMethod · 0.45
matchMethod · 0.45

Tested by

no test coverage detected