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

Method Delete

polyamide/device/indextable.go:38–42  ·  view source on GitHub ↗
(index uint32)

Source from the content-addressed store, hash-verified

36}
37
38func (table *IndexTable) Delete(index uint32) {
39 table.Lock()
40 defer table.Unlock()
41 delete(table.table, index)
42}
43
44func (table *IndexTable) SwapIndexForKeypair(index uint32, keypair *Keypair) {
45 table.Lock()

Callers 8

CreateMessageResponseMethod · 0.80
DeleteKeypairMethod · 0.80
ZeroAndFlushAllMethod · 0.80
ExpireCurrentKeypairsMethod · 0.80
TableInsertRouteMethod · 0.80
TableDeleteRouteMethod · 0.80
ProbeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected