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

Method TryDelete

core/state/database.go:66–66  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

64 TryGet(key []byte) ([]byte, error)
65 TryUpdate(key, value []byte) error
66 TryDelete(key []byte) error
67 Commit(onleaf trie.LeafCallback) (common.Hash, error)
68 Hash() common.Hash
69 NodeIterator(startKey []byte) trie.NodeIterator

Callers 2

updateTrieMethod · 0.80
deleteStateObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected