MCPcopy Create free account
hub / github.com/derekbanas/Go-Tutorial / changeVal

Function changeVal

hellogo.go:78–81  ·  view source on GitHub ↗
(f3 int)

Source from the content-addressed store, hash-verified

76}
77
78func changeVal(f3 int) int {
79 f3 += 1
80 return f3
81}
82
83func changeVal2(myPtr *int) {
84 *myPtr = 12

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected