Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
func
pointerCastToUnsafeNoop(x *byte) unsafe.Pointer {
25
return
unsafe.Pointer(x)
26
}
Callers
nothing calls this directly
Calls
1
Pointer
Method · 0.80
Tested by
no test coverage detected