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

Function getSnapshotSource

internal/diff/diff_test.go:587–595  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

585}
586
587func getSnapshotSource() snapshot.SourceInfo {
588 src := snapshot.SourceInfo{
589 Host: "host-1",
590 UserName: "user-1",
591 Path: "/some/path",
592 }
593
594 return src
595}
596
597func oidForString(t *testing.T, prefix content.IDPrefix, s string) object.ID {
598 t.Helper()

Callers 2

getManifestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected