MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / startState

Function startState

static/js/codemirror/codemirror.js:3088–3090  ·  view source on GitHub ↗
(mode, a1, a2)

Source from the content-addressed store, hash-verified

3086 CodeMirror.copyState = copyState;
3087
3088 function startState(mode, a1, a2) {
3089 return mode.startState ? mode.startState(a1, a2) : true;
3090 }
3091 CodeMirror.startState = startState;
3092
3093 CodeMirror.innerMode = function(mode, state) {

Callers 1

getStateBeforeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected