MCPcopy Index your code
hub / github.com/philc/vimium / clear

Method clear

lib/utils.js:379–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 }
378
379 clear() {
380 this.rotate(true);
381 return this.rotate(true);
382 }
383}
384
385// Mixin functions for enabling a class to dispatch methods.

Callers 11

reload.jsFile · 0.80
onSettingsUpdatedFunction · 0.80
initFunction · 0.80
filterMethod · 0.80
clearFunction · 0.80
settings_test.jsFile · 0.80
marks_test.jsFile · 0.80
main_test.jsFile · 0.80
link_hints_test.jsFile · 0.80
exclusion_test.jsFile · 0.80

Calls 1

rotateMethod · 0.95

Tested by

no test coverage detected