MCPcopy
hub / github.com/kopia/kopia / output

Method output

internal/diff/diff.go:397–401  ·  view source on GitHub ↗
(statsOnly bool, msg string, args ...any)

Source from the content-addressed store, hash-verified

395}
396
397func (c *Comparer) output(statsOnly bool, msg string, args ...any) {
398 if !statsOnly {
399 fmt.Fprintf(c.out, msg, args...) //nolint:errcheck
400 }
401}
402
403// NewComparer creates a comparer for a given repository that will output the results to a given writer.
404func NewComparer(out io.Writer, statsOnly bool) (*Comparer, error) {

Callers 3

compareEntryMethod · 0.95
compareEntryMetadataMethod · 0.95
EmitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected