MCPcopy
hub / github.com/rclone/rclone / EpFF

Struct EpFF

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

EpFF stands for existing path, first found Given the order of the candidates, act on the first one found where the relative path exists.

Source from the content-addressed store, hash-verified

15// EpFF stands for existing path, first found
16// Given the order of the candidates, act on the first one found where the relative path exists.
17type EpFF struct{}
18
19func (p *EpFF) epff(ctx context.Context, upstreams []*upstream.Fs, filePath string) (*upstream.Fs, error) {
20 ch := make(chan *upstream.Fs, len(upstreams))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected