Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
182
function
modObj (obj) {
183
obj[
'wat'
+ Math.floor(Math.random() * 10000)] = Math.random();
184
return
obj;
185
}
Callers
1
assign-10.js
File · 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…