MCPcopy Create free account
hub / github.com/encodeous/nylon / DeleteKeypair

Method DeleteKeypair

polyamide/device/keypair.go:48–52  ·  view source on GitHub ↗
(key *Keypair)

Source from the content-addressed store, hash-verified

46}
47
48func (device *Device) DeleteKeypair(key *Keypair) {
49 if key != nil {
50 device.indexTable.Delete(key.localIndex)
51 }
52}

Callers 3

BeginSymmetricSessionMethod · 0.80
ReceivedWithKeypairMethod · 0.80
ZeroAndFlushAllMethod · 0.80

Implementers 4

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

Calls 1

DeleteMethod · 0.80

Tested by

no test coverage detected