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

Method show

lib/handler_stack.js:158–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157
158 show() {
159 console.log(`${this.eventNumber}:`);
160 for (const handler of this.stack.slice().reverse()) {
161 console.log(" ", handler._name);
162 }
163 }
164
165 // For tests only.
166 reset() {

Callers 3

initFunction · 0.45

Calls 1

logMethod · 0.80

Tested by

no test coverage detected