MCPcopy
hub / github.com/refined-github/refined-github / closeTab

Function closeTab

source/background.ts:49–51  ·  view source on GitHub ↗
(_: any, {tab}: chrome.runtime.MessageSender)

Source from the content-addressed store, hash-verified

47 }
48 },
49 async closeTab(_: any, {tab}: chrome.runtime.MessageSender) {
50 void chrome.tabs.remove(tab!.id!);
51 },
52 fetchText,
53 async fetchJson(url: string) {
54 const response = await fetch(url);

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected