Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinygo-org/tinygo
/ makeInt8
Function
makeInt8
testdata/slice.go:197–197 ·
view source on GitHub ↗
(x int8)
Source
from the content-addressed store, hash-verified
195
196
func
makeInt(x int) int {
return
x }
197
func
makeInt8(x int8) int8 {
return
x }
198
func
makeInt16(x int16) int16 {
return
x }
199
func
makeInt32(x int32) int32 {
return
x }
200
func
makeInt64(x int64) int64 {
return
x }
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected