MCPcopy Create free account
hub / github.com/sql-js/sql.js / popContext

Function popContext

GUI/codemirror/mode/sql/sql.js:155–158  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

153 }
154
155 function popContext(state) {
156 state.indent = state.context.indent;
157 state.context = state.context.prev;
158 }
159
160 return {
161 startState: function() {

Callers 1

sql.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…