Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
init
Function · 0.45
ui_component_test.js
File · 0.45
help_dialog_test.js
File · 0.45
Calls
1
log
Method · 0.80
Tested by
no test coverage detected