Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
function
splitLines(string){
return
string.split(/\r?\n|\r/); };
4
Callers
nothing calls this directly
Calls
5
callback
Function · 0.85
cased
Function · 0.70
splitLines
Function · 0.70
test
Method · 0.45
match
Method · 0.45
Tested by
no test coverage detected