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