MCPcopy
hub / github.com/tinygo-org/tinygo / pointerCastToUnsafeNoop

Function pointerCastToUnsafeNoop

compiler/testdata/pointer.go:24–26  ·  view source on GitHub ↗
(x *byte)

Source from the content-addressed store, hash-verified

22}
23
24func pointerCastToUnsafeNoop(x *byte) unsafe.Pointer {
25 return unsafe.Pointer(x)
26}

Callers

nothing calls this directly

Calls 1

PointerMethod · 0.80

Tested by

no test coverage detected