MCPcopy
hub / github.com/Justineo/github-hovercard / get

Method get

extensions/edge/backgroundScriptsAPIBridge.js:614–618  ·  view source on GitHub ↗
(tabId, callback)

Source from the content-addressed store, hash-verified

612 }, "tabs.executeScript");
613 }
614 get(tabId, callback) {
615 bridgeLog.DoActionAndLog(() => {
616 myBrowser.tabs.get(tabId, callback);
617 }, "tabs.get");
618 }
619 getCurrent(callback) {
620 bridgeLog.DoActionAndLog(() => {
621 myBrowser.tabs.getCurrent(callback);

Callers 15

jquery.jsFile · 0.45
gaFunction · 0.45
maFunction · 0.45
ebFunction · 0.45
gFunction · 0.45
requestFunction · 0.45
hovercard.jsFile · 0.45
jquery.jsFile · 0.45
gaFunction · 0.45
maFunction · 0.45
ebFunction · 0.45
gFunction · 0.45

Calls 1

DoActionAndLogMethod · 0.45

Tested by

no test coverage detected