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

TypeAlias MyInt

19.2/mytypes.go:4–4  ·  view source on GitHub ↗

MyInt is a custom version of the `int` type.

Source from the content-addressed store, hash-verified

2
3// MyInt is a custom version of the `int` type.
4type MyInt int
5
6// Twice multiplies its receiver by 2 and returns
7// the result.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected