Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
(kp *Keypairs) Current() *Keypair {
43
kp.RLock()
44
defer
kp.RUnlock()
45
return
kp.current
46
}
47
48
func
(device *Device) DeleteKeypair(key *Keypair) {
49
if
key != nil {
Callers
3
keepKeyFreshReceiving
Method · 0.80
keepKeyFreshSending
Method · 0.80
SendStagedPackets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected