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

Function makeInt64

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

Source from the content-addressed store, hash-verified

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 }
203func makeUint16(x uint16) uint16 { return x }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected