Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.85
setupPrefixBindingForKey
Function · 0.85
Calls
1
f
Function · 0.50
Tested by
no test coverage detected