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

Function iterObj

mini-code-edit/cm/keymap/vim.js:69–71  ·  view source on GitHub ↗
(o, f)

Source from the content-addressed store, hash-verified

67 }
68
69 function iterObj(o, f) {
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 }

Callers 2

vim.jsFile · 0.85
setupPrefixBindingForKeyFunction · 0.85

Calls 1

fFunction · 0.50

Tested by

no test coverage detected