Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/WireGuard/wireguard-go
/ BindClose
Method
BindClose
device/device.go:531–536 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
529
}
530
531
func
(device *Device) BindClose() error {
532
device.net.Lock()
533
err := closeBindLocked(device)
534
device.net.Unlock()
535
return
err
536
}
Callers
1
downLocked
Method · 0.95
Implementers
4
NativeTun
tun/tun_linux.go
netTun
tun/netstack/tun.go
chTun
tun/tuntest/tuntest.go
fakeTUNDeviceSized
device/device_test.go
Calls
1
closeBindLocked
Function · 0.85
Tested by
no test coverage detected