MCPcopy Create free account
hub / github.com/PacktPublishing/System-Programming-Essentials-with-Go / Add

Function Add

ch1/tooling/test/math.go:3–5  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

1package math
2
3func Add(a, b int) int {
4 return a + b
5}

Callers 1

TestAddFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestAddFunction · 0.68