MCPcopy
hub / github.com/rclone/rclone / EpLus

Struct EpLus

backend/union/policy/eplus.go:17–19  ·  view source on GitHub ↗

EpLus stands for existing path, least used space Of all the candidates on which the path exists choose the one with the least used space.

Source from the content-addressed store, hash-verified

15// EpLus stands for existing path, least used space
16// Of all the candidates on which the path exists choose the one with the least used space.
17type EpLus struct {
18 EpAll
19}
20
21func (p *EpLus) lus(upstreams []*upstream.Fs) (*upstream.Fs, error) {
22 var minUsedSpace int64 = math.MaxInt64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected