MCPcopy 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
184export function nest(obj, key) {
185 return obj[key] || (obj[key] = {});
186}

Callers 4

resetBadgeDataFunction · 0.90
GetValueStoreFunction · 0.90
UpdateValueFunction · 0.90
groupByTabFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected