Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/leaningtech/webvm
/ Sun
Function
Sun
examples/nodejs/nbody.js:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
function
Sun() {
64
return
new
Body(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, SOLAR_MASS);
65
}
66
67
const
bodies = Array(Sun(), Jupiter(), Saturn(), Uranus(), Neptune());
68
Callers
1
nbody.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected