MCPcopy Create free account
hub / github.com/encodeous/nylon / Error

Method Error

polyamide/device/uapi.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (s IPCError) Error() string {
34 return fmt.Sprintf("IPC error %d: %v", s.code, s.err)
35}
36
37func (s IPCError) Unwrap() error {
38 return s.err

Callers 15

TestInProcessRoutingFunction · 0.45
TestTTLFunction · 0.45
TestOptimalConvergenceFunction · 0.45
TestStartStopFunction · 0.45
TestSimplePingFunction · 0.45
TestSimpleRoutedPingFunction · 0.45
TestChecksumFunction · 0.45
TestPseudoHeaderChecksumFunction · 0.45
operateOnFdMethod · 0.45
tryOneNameMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestInProcessRoutingFunction · 0.36
TestTTLFunction · 0.36
TestOptimalConvergenceFunction · 0.36
TestStartStopFunction · 0.36
TestSimplePingFunction · 0.36
TestSimpleRoutedPingFunction · 0.36
TestChecksumFunction · 0.36
TestPseudoHeaderChecksumFunction · 0.36
SendMethod · 0.36
TestTrieRandomFunction · 0.36