Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
type
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
GetDir
Method · 0.65
GetDirEntries
Method · 0.65
ExpireDir
Method · 0.65
GetObject
Method · 0.65
HasEntry
Method · 0.65
SearchPendingUpload
Method · 0.65
rollbackPendingUpload
Method · 0.65
updatePendingUpload
Method · 0.65
HasChunk
Method · 0.65
GetChunk
Method · 0.65
listenWebsocket
Method · 0.65
NewFs
Function · 0.65
Calls
no outgoing calls
Tested by
15
prepareServer
Function · 0.52
prepareServer
Function · 0.52
TestListAllAuthRedirect
Function · 0.52
TestSignHTTP
Function · 0.52
prepareMockDoiResolverServer
Function · 0.52
TestGet
Function · 0.52
TestGetFile
Function · 0.52
TestGetError
Function · 0.52
TestPutErr
Function · 0.52
TestPut
Function · 0.52
TestCacheExpire
Function · 0.52
TestCacheNoExpire
Function · 0.52