MCPcopy Index your code
hub / github.com/kopia/kopia / runSnapshotTask

Method runSnapshotTask

internal/server/source_manager.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, src snapshot.SourceInfo, inner func(ctx context.Context, ctrl uitask.Controller, result *notifydata.ManifestWithError) error)

Source from the content-addressed store, hash-verified

27
28type sourceManagerServerInterface interface {
29 runSnapshotTask(ctx context.Context, src snapshot.SourceInfo, inner func(ctx context.Context, ctrl uitask.Controller, result *notifydata.ManifestWithError) error) error
30 refreshScheduler(reason string)
31}
32

Callers 1

runLocalMethod · 0.65

Implementers 1

Serverinternal/server/server.go

Calls

no outgoing calls

Tested by

no test coverage detected