Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ startState
Function
startState
lib/web/CodeMirror/src/modes.js:94–96 ·
view source on GitHub ↗
(mode, a1, a2)
Source
from the content-addressed store, hash-verified
92
}
93
94
export
function
startState(mode, a1, a2) {
95
return
mode.startState ? mode.startState(a1, a2) : true
96
}
Callers
1
getContextBefore
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected