MCPcopy Index your code
hub / github.com/tinygo-org/tinygo / makeInt32

Function makeInt32

testdata/slice.go:199–199  ·  view source on GitHub ↗
(x int32)

Source from the content-addressed store, hash-verified

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 }
201func makeUint(x uint) uint { return x }
202func makeUint8(x uint8) uint8 { return x }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected