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

Function closeTabsOnLeft

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

Source from the content-addressed store, hash-verified

400 },
401
402 async closeTabsOnLeft(request) {
403 await removeTabsRelative("before", request);
404 },
405 async closeTabsOnRight(request) {
406 await removeTabsRelative("after", request);
407 },

Callers

nothing calls this directly

Calls 1

removeTabsRelativeFunction · 0.85

Tested by

no test coverage detected