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