Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
package
mytypes
2
3
type
MyInt int
4
5
func
(input *MyInt) Double() {
6
*input *= 2
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected