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

Method onExit

content_scripts/mode.js:230–232  ·  view source on GitHub ↗
(handler)

Source from the content-addressed store, hash-verified

228 }
229
230 onExit(handler) {
231 this.exitHandlers.push(handler);
232 }
233
234 exit(...args) {
235 if (this.modeIsExiting || !this.modeIsActive) {

Callers 6

initMethod · 0.95
initMethod · 0.80
"/"Function · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected