MCPcopy
hub / github.com/rclone/rclone / Get

Method Get

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

Source from the content-addressed store, hash-verified

20// Bucket decouples bbolt.Bucket from key-val operations
21type Bucket interface {
22 Get([]byte) []byte
23 Put([]byte, []byte) error
24 Delete([]byte) error
25 ForEach(func(bkey, data []byte) error) error

Callers 15

GetDirMethod · 0.65
GetDirEntriesMethod · 0.65
ExpireDirMethod · 0.65
GetObjectMethod · 0.65
HasEntryMethod · 0.65
SearchPendingUploadMethod · 0.65
rollbackPendingUploadMethod · 0.65
updatePendingUploadMethod · 0.65
HasChunkMethod · 0.65
GetChunkMethod · 0.65
listenWebsocketMethod · 0.65
NewFsFunction · 0.65

Calls

no outgoing calls

Tested by 15

prepareServerFunction · 0.52
prepareServerFunction · 0.52
TestListAllAuthRedirectFunction · 0.52
TestSignHTTPFunction · 0.52
TestGetFunction · 0.52
TestGetFileFunction · 0.52
TestGetErrorFunction · 0.52
TestPutErrFunction · 0.52
TestPutFunction · 0.52
TestCacheExpireFunction · 0.52
TestCacheNoExpireFunction · 0.52