MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / iterList

Function iterList

mini-code-edit/cm/keymap/vim.js:72–74  ·  view source on GitHub ↗
(l, f)

Source from the content-addressed store, hash-verified

70 for (var prop in o) if (o.hasOwnProperty(prop)) f(prop, o[prop]);
71 }
72 function iterList(l, f) {
73 for (var i in l) f(l[i]);
74 }
75 function toLetter(ch) {
76 // T -> t, Shift-T -> T, '*' -> *, "Space" -> " "
77 if (ch.slice(0, 6) == "Shift-") {

Callers 1

vim.jsFile · 0.85

Calls 1

fFunction · 0.50

Tested by

no test coverage detected