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

TypeAlias MyInt

21.3/mytypes.go:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected