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

Method Current

polyamide/device/keypair.go:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (kp *Keypairs) Current() *Keypair {
43 kp.RLock()
44 defer kp.RUnlock()
45 return kp.current
46}
47
48func (device *Device) DeleteKeypair(key *Keypair) {
49 if key != nil {

Callers 3

keepKeyFreshReceivingMethod · 0.80
keepKeyFreshSendingMethod · 0.80
SendStagedPacketsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected