Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
func
changeVal(f3 int) int {
79
f3 += 1
80
return
f3
81
}
82
83
func
changeVal2(myPtr *int) {
84
*myPtr = 12
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected