Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ nest
Function
nest
src/common/object.js:184–186 ·
view source on GitHub ↗
(obj, key)
Source
from the content-addressed store, hash-verified
182
}
183
184
export
function
nest(obj, key) {
185
return
obj[key] || (obj[key] = {});
186
}
Callers
4
resetBadgeData
Function · 0.90
GetValueStore
Function · 0.90
UpdateValue
Function · 0.90
groupByTab
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected