MCPcopy
hub / github.com/hokein/electron-sample-apps / startState

Function startState

mini-code-editor/cm/lib/codemirror.js:2177–2179  ·  view source on GitHub ↗
(mode, a1, a2)

Source from the content-addressed store, hash-verified

2175 }
2176 CodeMirror.copyState = copyState;
2177 function startState(mode, a1, a2) {
2178 return mode.startState ? mode.startState(a1, a2) : true;
2179 }
2180 CodeMirror.startState = startState;
2181
2182 // The character stream used by a mode's parser.

Callers 2

getStateBeforeFunction · 0.85
highlightWorkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected