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

Method setIndicator

content_scripts/mode.js:205–210  ·  view source on GitHub ↗
(indicator)

Source from the content-addressed store, hash-verified

203 // End of Mode constructor.
204
205 setIndicator(indicator) {
206 if (indicator) {
207 this.options.indicator = indicator;
208 }
209 return Mode.setIndicator();
210 }
211
212 static setIndicator() {
213 return handlerStack.bubbleEvent("indicator");

Callers 4

initMethod · 0.95
exitMethod · 0.95
initFunction · 0.45
hideFunction · 0.45

Calls 1

bubbleEventMethod · 0.80

Tested by

no test coverage detected