MCPcopy Create free account
hub / github.com/philc/vimium / init

Function init

background_scripts/completion/ranking.js:132–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130// bookmarks, and we don't want to create fresh objects for every comparison.
131export const RegexpCache = {
132 init() {
133 this.initialized = true;
134 this.clear();
135 },
136
137 clear() {
138 this.cache = {};

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected