MCPcopy 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

mainFunction · 0.65
mainFunction · 0.65
PrettyNameMethod · 0.65
NewWireGuardDeviceFunction · 0.65
DispatchMethod · 0.65
mainLoopMethod · 0.65
StartNodeMethod · 0.65
StartDNSMethod · 0.65
SetupTestDirMethod · 0.65
CreateTempFileFunction · 0.65

Implementers 4

NativeTunpolyamide/tun/tun_linux.go
netTunpolyamide/tun/netstack/tun.go
chTunpolyamide/tun/tuntest/tuntest.go
fakeTUNDeviceSizedpolyamide/device/device_test.go

Calls

no outgoing calls

Tested by 1

CreateTempFileFunction · 0.52