MCPcopy
hub / github.com/csev/py4e / startState

Function startState

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:2377–2379  ·  view source on GitHub ↗
(mode, a1, a2)

Source from the content-addressed store, hash-verified

2375 }
2376 CodeMirror.copyState = copyState;
2377 function startState(mode, a1, a2) {
2378 return mode.startState ? mode.startState(a1, a2) : true;
2379 }
2380 CodeMirror.startState = startState;
2381
2382 // The character stream used by a mode's parser.

Callers 3

getStateBeforeFunction · 0.70
highlightWorkerFunction · 0.70
getStateBeforeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected