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

Function focusFrame

content_scripts/vimium_frontend.js:361–363  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

359 };
360 },
361 focusFrame(request) {
362 focusThisFrame(request);
363 },
364 getScrollPosition(_ignoredA, _ignoredB) {
365 if (DomUtils.isTopFrame()) {
366 return { scrollX: globalThis.scrollX, scrollY: globalThis.scrollY };

Callers

nothing calls this directly

Calls 1

focusThisFrameFunction · 0.85

Tested by

no test coverage detected