Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/keploy/keploy
/ Error
Method
Error
pkg/agent/proxy/util/kill_switch_unix.go:59–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
type
panicError
struct
{ v
interface
{} }
58
59
func
(p *panicError) Error() string {
return
itoa(p.v) }
60
61
func
itoa(v
interface
{}) string {
62
if
s, ok := v.(string); ok {
Callers
5
itoa
Function · 0.45
ReadHTTPHeadersUntilEnd
Function · 0.45
ReadInitialBuf
Function · 0.45
RecoverWithoutClose
Function · 0.45
Recover
Function · 0.45
Calls
1
itoa
Function · 0.70
Tested by
no test coverage detected