Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
func
(s IPCError) Error() string {
30
return
fmt.Sprintf(
"IPC error %d: %v"
, s.code, s.err)
31
}
32
33
func
(s IPCError) Unwrap() error {
34
return
s.err
Callers
12
TestChecksum
Function · 0.45
TestPseudoHeaderChecksum
Function · 0.45
operateOnFd
Method · 0.45
tryOneName
Method · 0.45
LookupContextHost
Method · 0.45
Send
Method · 0.45
TestTrieRandom
Function · 0.45
RoutineSequentialSender
Method · 0.45
TestCommonBits
Function · 0.45
TestTrieIPv4
Function · 0.45
TestTrieIPv6
Function · 0.45
TestListenConnectRace
Function · 0.45
Calls
no outgoing calls
Tested by
8
TestChecksum
Function · 0.36
TestPseudoHeaderChecksum
Function · 0.36
Send
Method · 0.36
TestTrieRandom
Function · 0.36
TestCommonBits
Function · 0.36
TestTrieIPv4
Function · 0.36
TestTrieIPv6
Function · 0.36
TestListenConnectRace
Function · 0.36