MCPcopy Create free account
hub / github.com/philc/vimium / lastTab

Function lastTab

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

Source from the content-addressed store, hash-verified

321 return selectTab("first", request);
322 },
323 lastTab(request) {
324 return selectTab("last", request);
325 },
326 async removeTab({ count, tab }) {
327 await forCountTabs(count, tab, (tab) => {
328 // In Firefox, Ctrl-W will not close a pinned tab, but on Chrome, it will. We try to be

Callers

nothing calls this directly

Calls 1

selectTabFunction · 0.85

Tested by

no test coverage detected