Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ theModuleSum
Function
theModuleSum
test/fixtures/test-runner/coverage-with-mock/module.js:3–3 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1
import
{getData, sum} from
'./sum.js'
2
3
export
const
theModuleSum = (a, b) => sum(a,b)
4
5
export
const
theModuleGetData = () => getData()
Callers
1
coverage-with-mock.mjs
File · 0.85
Calls
1
sum
Function · 0.90
Tested by
no test coverage detected