MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / popContext

Function popContext

static/js/codemirror/mode/sql/sql.js:122–125  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

120 }
121
122 function popContext(state) {
123 state.indent = state.context.indent;
124 state.context = state.context.prev;
125 }
126
127 return {
128 startState: function() {

Callers 1

sql.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected