Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
'./utils.css'
;
2
3
function
add(a, b) {
4
return
a + b;
5
}
6
7
export
{
8
add
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected