Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ Name
Method
Name
polyamide/tun/tun.go:41–41 ·
view source on GitHub ↗
Name returns the current name of the Device.
()
Source
from the content-addressed store, hash-verified
39
40
// Name returns the current name of the Device.
41
Name() (string, error)
42
43
// Events returns a channel of type Event, which is fed Device events.
44
Events() <-
chan
Event
Callers
10
main
Function · 0.65
main
Function · 0.65
PrettyName
Method · 0.65
NewWireGuardDevice
Function · 0.65
Dispatch
Method · 0.65
mainLoop
Method · 0.65
StartNode
Method · 0.65
StartDNS
Method · 0.65
SetupTestDir
Method · 0.65
CreateTempFile
Function · 0.65
Implementers
4
NativeTun
polyamide/tun/tun_linux.go
netTun
polyamide/tun/netstack/tun.go
chTun
polyamide/tun/tuntest/tuntest.go
fakeTUNDeviceSized
polyamide/device/device_test.go
Calls
no outgoing calls
Tested by
1
CreateTempFile
Function · 0.52