Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/philc/vimium
/ performFind
Function
performFind
content_scripts/mode_normal.js:221–225 ·
view source on GitHub ↗
(count)
Source
from the content-addressed store, hash-verified
219
220
// Find.
221
performFind(count) {
222
for
(
let
i = 0, end = count; i < end; i++) {
223
FindMode.findNext(false);
224
}
225
},
226
227
performBackwardsFind(count) {
228
for
(
let
i = 0, end = count; i < end; i++) {
Callers
nothing calls this directly
Calls
1
findNext
Method · 0.80
Tested by
no test coverage detected