MCPcopy Create free account
hub / github.com/maruel/panicparse / panicChanStruct

Function panicChanStruct

cmd/panic/main.go:176–178  ·  view source on GitHub ↗

go:noinline

(x chan struct{})

Source from the content-addressed store, hash-verified

174
175//go:noinline
176func panicChanStruct(x chan struct{}) {
177 panic("test")
178}
179
180/* TODO(maruel): This is not detected!
181func panicRaceUnaligned() {

Callers 1

main.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…