MCPcopy 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

1import {getData, sum} from './sum.js'
2
3export const theModuleSum = (a, b) => sum(a,b)
4
5export const theModuleGetData = () => getData()

Callers 1

Calls 1

sumFunction · 0.90

Tested by

no test coverage detected