MCPcopy
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

57type panicError struct{ v interface{} }
58
59func (p *panicError) Error() string { return itoa(p.v) }
60
61func itoa(v interface{}) string {
62 if s, ok := v.(string); ok {

Callers 5

itoaFunction · 0.45
ReadHTTPHeadersUntilEndFunction · 0.45
ReadInitialBufFunction · 0.45
RecoverWithoutCloseFunction · 0.45
RecoverFunction · 0.45

Calls 1

itoaFunction · 0.70

Tested by

no test coverage detected