MCPcopy Create free account
hub / github.com/pydio/cells / Compute

Method Compute

common/sync/task/sync-run_test.go:61–69  ·  view source on GitHub ↗
(
	ctx context.Context,
	root string,
	lock chan bool,
	rootStats map[string]*model.EndpointRootStat,
	ignores ...glob.Glob, // must match merger.Diff exactly
)

Source from the content-addressed store, hash-verified

59}
60
61func (f *fakeDiff) Compute(
62 ctx context.Context,
63 root string,
64 lock chan bool,
65 rootStats map[string]*model.EndpointRootStat,
66 ignores ...glob.Glob, // must match merger.Diff exactly
67) error {
68 return nil
69}
70
71func (f *fakeDiff) ToUnidirectionalPatch(ctx context.Context, direction model.DirectionType, patch merger.Patch) error {
72 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected