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

Method queueAction

background_scripts/tab_recency.js:91–97  ·  view source on GitHub ↗
(action, tabId)

Source from the content-addressed store, hash-verified

89
90 // - action: "register" or "unregister".
91 queueAction(action, tabId) {
92 if (!this.loaded) {
93 this.queuedActions.push([action, tabId]);
94 } else {
95 this.handleAction(action, tabId);
96 }
97 }
98
99 // - action: "register" or "unregister".
100 handleAction(action, tabId) {

Callers 2

initMethod · 0.95

Calls 2

handleActionMethod · 0.95
pushMethod · 0.45

Tested by

no test coverage detected