MCPcopy 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
94export function startState(mode, a1, a2) {
95 return mode.startState ? mode.startState(a1, a2) : true
96}

Callers 1

getContextBeforeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected