Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
func
panicfloat64(f float64) {
97
panic(f)
98
}
99
100
func
panicstr(a string) {
101
panic(a)
Callers
1
main.go
File · 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…