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

Method push

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

Source from the content-addressed store, hash-verified

214 }
215
216 push(handlers) {
217 if (!handlers._name) {
218 handlers._name = `mode-${this.id}`;
219 }
220 return this.handlers.push(handlerStack.push(handlers));
221 }
222
223 unshift(handlers) {
224 if (!handlers._name) {

Callers 15

initMethod · 0.95
queueActionMethod · 0.45
parseConfigFunction · 0.45
parseFunction · 0.45
prepareHelpPageDataFunction · 0.45
pushMatchingRangesMethod · 0.45
mergeRangesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected