Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ popContext
Function
popContext
lib/web/CodeMirror/mode/sql/sql.js:166–169 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
164
}
165
166
function
popContext(state) {
167
state.indent = state.context.indent;
168
state.context = state.context.prev;
169
}
170
171
return
{
172
startState:
function
() {
Callers
1
sql.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected