Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parallel-js/parallel.js
/ myCalc
Function
myCalc
test/test.js:1–3 ·
view source on GitHub ↗
(el, amount)
Source
from the content-addressed store, hash-verified
1
function
myCalc(el, amount) {
2
return
el + amount;
3
}
Callers
1
api.spec.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected