MCPcopy Index your code
hub / github.com/philc/vimium / previousTab

Function previousTab

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

Source from the content-addressed store, hash-verified

315 return selectTab("next", request);
316 },
317 previousTab(request) {
318 return selectTab("previous", request);
319 },
320 firstTab(request) {
321 return selectTab("first", request);
322 },

Callers

nothing calls this directly

Calls 1

selectTabFunction · 0.85

Tested by

no test coverage detected