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

Method logModes

content_scripts/mode.js:258–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256
257 // Debugging routines.
258 logModes() {
259 if (Mode.debug) {
260 this.log("active modes (top to bottom):");
261 for (const mode of Mode.modes.slice().reverse()) {
262 this.log(" ", mode.id);
263 }
264 }
265 }
266
267 log(...args) {
268 if (Mode.debug) {

Callers 1

initMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected