MCPcopy
hub / github.com/codemix/fast.js / modObj

Function modObj

bench/assign-10.js:182–185  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

180
181
182function modObj (obj) {
183 obj['wat' + Math.floor(Math.random() * 10000)] = Math.random();
184 return obj;
185}

Callers 1

assign-10.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…