Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ log
Method
log
content_scripts/mode.js:267–271 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
265
}
266
267
log(...args) {
268
if
(Mode.debug) {
269
console.log(...Array.from(args || []));
270
}
271
}
272
273
// For tests only.
274
static top() {
Callers
15
init
Method · 0.95
exit
Method · 0.95
logModes
Method · 0.95
processMessageQueue
Function · 0.80
setupPuppeteerPageForTests
Function · 0.80
testDom
Function · 0.80
parseCommandOptions
Function · 0.80
get
Function · 0.80
complete
Function · 0.80
onKeyEvent
Method · 0.80
onUploadBackupClicked
Function · 0.80
logResult
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected