Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ isLocalMarker
Method
isLocalMarker
content_scripts/link_hints.js:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
Object.seal(this);
30
}
31
isLocalMarker() {
32
return
this.localHint != null;
33
}
34
}
35
36
// A clickable element in the current frame, plus metadata about how to show a hint marker for it.
Callers
8
renderHints
Method · 0.80
rotateHints
Method · 0.80
activateLink
Method · 0.80
showMarker
Method · 0.80
hideMarker
Method · 0.80
fillInMarkers
Method · 0.80
fillInMarkers
Method · 0.80
filterLinkHints
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected