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

Function firstTab

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

Source from the content-addressed store, hash-verified

318 return selectTab("previous", request);
319 },
320 firstTab(request) {
321 return selectTab("first", request);
322 },
323 lastTab(request) {
324 return selectTab("last", request);
325 },

Callers

nothing calls this directly

Calls 1

selectTabFunction · 0.85

Tested by

no test coverage detected