MCPcopy
hub / github.com/rclone/rclone / action

Method action

backend/union/union.go:818–820  ·  view source on GitHub ↗
(ctx context.Context, path string)

Source from the content-addressed store, hash-verified

816}
817
818func (f *Fs) action(ctx context.Context, path string) ([]*upstream.Fs, error) {
819 return f.actionPolicy.Action(ctx, f.upstreams, path)
820}
821
822func (f *Fs) actionEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
823 return f.actionPolicy.ActionEntries(entries...)

Callers 4

RmdirMethod · 0.95
PurgeMethod · 0.95
DirSetModTimeMethod · 0.95
DirMoveMethod · 0.80

Calls 1

ActionMethod · 0.65

Tested by

no test coverage detected