(mode, a1, a2)
| 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. |
no outgoing calls
no test coverage detected