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

Function panicfloat64

cmd/panic/main.go:96–98  ·  view source on GitHub ↗
(f float64)

Source from the content-addressed store, hash-verified

94}
95
96func panicfloat64(f float64) {
97 panic(f)
98}
99
100func panicstr(a string) {
101 panic(a)

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…