MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / add

Function add

rollup-test/src/utils.js:3–5  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

1import './utils.css';
2
3function add(a, b) {
4 return a + b;
5}
6
7export {
8 add

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected