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

Function pushState

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

Source from the content-addressed store, hash-verified

178 stateStack[stackPos] = state;
179 },
180 pushState = function (state) {
181 stateStack[++stackPos] = state;
182 },
183 popState = function () {
184 --stackPos;
185 },

Callers 1

php.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…