MCPcopy 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
196func makeInt(x int) int { return x }
197func makeInt8(x int8) int8 { return x }
198func makeInt16(x int16) int16 { return x }
199func makeInt32(x int32) int32 { return x }
200func makeInt64(x int64) int64 { return x }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected