MCPcopy
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
30type Cursor interface {
31 First() ([]byte, []byte)
32 Next() ([]byte, []byte)
33 Seek([]byte) ([]byte, []byte)
34}

Callers 8

iterateBucketsMethod · 0.95
GetDirEntriesMethod · 0.80
AddChunkMethod · 0.80
CleanChunksBySizeMethod · 0.80
StatsMethod · 0.80
GetChunkTsMethod · 0.80
DoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected