MCPcopy Create free account
hub / github.com/codegangsta/essential-go / main

Function main

pointers/main.go:15–28  ·  view source on GitHub ↗

if you are not familiar with them, pointers can feel pretty daunting. Fortunately, Go prevents you from doing some terrible things with pointers that you can do in C/C++ and that is a great thing. The basics idea of a pointer is that it allows functions to reference and modify the variable you pass

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

tripleFunction · 0.85
doubleFunction · 0.70

Tested by

no test coverage detected