MCPcopy
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

initMethod · 0.95
exitMethod · 0.95
logModesMethod · 0.95
processMessageQueueFunction · 0.80
testDomFunction · 0.80
parseCommandOptionsFunction · 0.80
getFunction · 0.80
completeFunction · 0.80
onKeyEventMethod · 0.80
onUploadBackupClickedFunction · 0.80
logResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected