MCPcopy
hub / github.com/philc/vimium / unshift

Method unshift

content_scripts/mode.js:223–228  ·  view source on GitHub ↗
(handlers)

Source from the content-addressed store, hash-verified

221 }
222
223 unshift(handlers) {
224 if (!handlers._name) {
225 handlers._name = `mode-${this.id}`;
226 }
227 this.handlers.push(handlerStack.unshift(handlers));
228 }
229
230 onExit(handler) {
231 this.exitHandlers.push(handler);

Callers 3

shellFunction · 0.45
filterMethod · 0.45
constructorMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected