MCPcopy
hub / github.com/rclone/rclone / Delete

Method Delete

lib/kv/types.go:24–24  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

22 Get([]byte) []byte
23 Put([]byte, []byte) error
24 Delete([]byte) error
25 ForEach(func(bkey, data []byte) error) error
26 Cursor() Cursor
27}

Callers 15

RemoveObjectMethod · 0.65
AddChunkMethod · 0.65
CleanChunksBySizeMethod · 0.65
removePendingUploadMethod · 0.65
updatePendingUploadMethod · 0.65
CleanChunksByNeedMethod · 0.65
listenWebsocketMethod · 0.65
CleanUpMethod · 0.65
deleteNodeMethod · 0.65
RmdirMethod · 0.65
_delMethod · 0.65
RmdirMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestDeleteFunction · 0.52
TestCacheFinalizeFunction · 0.52
TestDirReadDirAllFunction · 0.52