MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / pushRepeatCountDigit

Function pushRepeatCountDigit

src/cm/keymap/vim.js:58–58  ·  view source on GitHub ↗
(digit)

Source from the content-addressed store, hash-verified

56 function emptyBuffer() { buf = ""; }
57 function pushInBuffer(str) { buf += str; }
58 function pushRepeatCountDigit(digit) {return function(cm) {repeatCount = (repeatCount * 10) + digit}; }
59 function getCountOrOne() {
60 var i = repeatCount;
61 return i || 1;

Callers 1

addCountBindingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…