Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rclone/rclone
/ First
Method
First
lib/kv/types.go:31–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
// Cursor decouples bbolt.Cursor from key-val operations
30
type
Cursor
interface
{
31
First() ([]byte, []byte)
32
Next() ([]byte, []byte)
33
Seek([]byte) ([]byte, []byte)
34
}
Callers
8
iterateBuckets
Method · 0.95
GetDirEntries
Method · 0.80
AddChunk
Method · 0.80
CleanChunksBySize
Method · 0.80
Stats
Method · 0.80
GetChunkTs
Method · 0.80
searchPendingUploadFromDir
Method · 0.80
Do
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected