MCPcopy Create free account
hub / github.com/CPChain/chain / Delete

Method Delete

database/interface.go:17–17  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

15// Deleter wraps the database delete operation supported by both batches and regular databases.
16type Deleter interface {
17 Delete(key []byte) error
18}
19
20// Database wraps all database operations. All methods are safe for concurrent use.

Callers 11

testDBFuncsFunction · 0.65
testParallelDBFuncsFunction · 0.65
testBatchFuncsFunction · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
TestKeyStoreNoPasswordFunction · 0.65
TestKeyStoreFunction · 0.65
TestWalletNotificationsFunction · 0.65
clearBloomBitsFunction · 0.65

Implementers 9

MemDatabasedatabase/memdb.go
memBatchdatabase/memdb.go
LDBDatabasedatabase/leveldb.go
ldbBatchdatabase/leveldb.go
tabledatabase/leveldb.go
tableBatchdatabase/leveldb.go
KeyStoreaccounts/keystore/keystore.go
fakeDBForSignedBlocksRecordconsensus/dpor/dpor_util_test.go
fakeDbconsensus/dpor/snapshot_test.go

Calls

no outgoing calls

Tested by 7

testDBFuncsFunction · 0.52
testParallelDBFuncsFunction · 0.52
testBatchFuncsFunction · 0.52
TestKeyStoreNoPasswordFunction · 0.52
TestKeyStoreFunction · 0.52
TestWalletNotificationsFunction · 0.52
clearBloomBitsFunction · 0.52