MCPcopy
hub / github.com/WireGuard/wireguard-go / Error

Method Error

device/uapi.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (s IPCError) Error() string {
30 return fmt.Sprintf("IPC error %d: %v", s.code, s.err)
31}
32
33func (s IPCError) Unwrap() error {
34 return s.err

Callers 12

TestChecksumFunction · 0.45
TestPseudoHeaderChecksumFunction · 0.45
operateOnFdMethod · 0.45
tryOneNameMethod · 0.45
LookupContextHostMethod · 0.45
SendMethod · 0.45
TestTrieRandomFunction · 0.45
TestCommonBitsFunction · 0.45
TestTrieIPv4Function · 0.45
TestTrieIPv6Function · 0.45
TestListenConnectRaceFunction · 0.45

Calls

no outgoing calls

Tested by 8

TestChecksumFunction · 0.36
TestPseudoHeaderChecksumFunction · 0.36
SendMethod · 0.36
TestTrieRandomFunction · 0.36
TestCommonBitsFunction · 0.36
TestTrieIPv4Function · 0.36
TestTrieIPv6Function · 0.36
TestListenConnectRaceFunction · 0.36