()
| 585 | } |
| 586 | |
| 587 | func 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 | |
| 597 | func oidForString(t *testing.T, prefix content.IDPrefix, s string) object.ID { |
| 598 | t.Helper() |
no outgoing calls
no test coverage detected