MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / Delete

Method Delete

cluster/cluster.go:20–20  ·  view source on GitHub ↗

Delete deletes a key-value pair from cluster.

(key []byte)

Source from the content-addressed store, hash-verified

18 Get(key []byte) ([]byte, error)
19 // Delete deletes a key-value pair from cluster.
20 Delete(key []byte) error
21 // GetKeys gets all keys from cluster.
22 GetKeys() ([][]byte, error)
23 // UpdateConfig updates the config of cluster.

Callers 7

DelHandlerMethod · 0.65
HandleMethod · 0.65
DeleteRangeMethod · 0.65
DeleteRangeMethod · 0.65
DelMethod · 0.65
SDelMethod · 0.65
DelMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected