MCPcopy
hub / github.com/philc/vimium / "n"

Function "n"

content_scripts/mode_visual.js:451–453  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

449 },
450
451 "n"(count) {
452 return this.find(count, false);
453 },
454 "N"(count) {
455 return this.find(count, true);
456 },

Callers

nothing calls this directly

Calls 1

findMethod · 0.80

Tested by

no test coverage detected