MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / DelNode

Method DelNode

consistent/persistence.go:48–50  ·  view source on GitHub ↗

DelNode implements Persistence interface.

(nodeID proto.NodeID)

Source from the content-addressed store, hash-verified

46
47// DelNode implements Persistence interface.
48func (s *KMSStorage) DelNode(nodeID proto.NodeID) (err error) {
49 return kms.DelNode(nodeID)
50}
51
52// Reset implements Persistence interface.
53func (s *KMSStorage) Reset() (err error) {

Callers

nothing calls this directly

Calls 1

DelNodeFunction · 0.92

Tested by

no test coverage detected