Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parallel-js/parallel.js
/ sum
Function
sum
test/specs/api.spec.js:9–11 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
7
}
8
9
function
sum(a, b) {
10
return
a + b;
11
}
12
13
it(
'should be a constructor'
, () => {
14
expect(Parallel).toEqual(jasmine.any(Function));
Callers
1
api.spec.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected