Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/despiteallobjections/amigo
/ f
Function
f
ssa/interp/testdata/slice2arrayptr.go:39–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
type
arr [2]int
38
39
func
f() {
40
s := []int{1, 2, 3, 4}
41
_ = *(*arr)(s)
42
}
43
44
func
wantPanic(fn
func
(), s string) {
45
defer
func
() {
Callers
2
init
Function · 0.70
nilInterfaceMethodValue
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected