MCPcopy Create free account
hub / github.com/bitfield/ftl-code / Double

Function Double

21.2/mytypes.go:3–5  ·  view source on GitHub ↗
(input *int)

Source from the content-addressed store, hash-verified

1package mytypes
2
3func Double(input *int) {
4 *input *= 2
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected