Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ directionChanged
Function
directionChanged
lib/web/CodeMirror/src/model/document_data.js:106–111 ·
view source on GitHub ↗
(cm)
Source
from the content-addressed store, hash-verified
104
}
105
106
export
function
directionChanged(cm) {
107
runInOp(cm, () => {
108
setDirectionClass(cm)
109
regChange(cm)
110
})
111
}
Callers
1
Doc.js
File · 0.90
Calls
3
runInOp
Function · 0.90
regChange
Function · 0.90
setDirectionClass
Function · 0.70
Tested by
no test coverage detected