MCPcopy
hub / github.com/ajaxorg/ace / swapState

Function swapState

lib/ace/mode/php/php.js:177–179  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

175
176 stateStack = ['INITIAL'], stackPos = 0,
177 swapState = function (state) {
178 stateStack[stackPos] = state;
179 },
180 pushState = function (state) {
181 stateStack[++stackPos] = state;
182 },

Callers 1

php.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…