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

Function closeTabsOnRight

background_scripts/main.js:405–407  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

403 await removeTabsRelative("before", request);
404 },
405 async closeTabsOnRight(request) {
406 await removeTabsRelative("after", request);
407 },
408 async closeOtherTabs(request) {
409 await removeTabsRelative("both", request);
410 },

Callers

nothing calls this directly

Calls 1

removeTabsRelativeFunction · 0.85

Tested by

no test coverage detected