MCPcopy Create free account
hub / github.com/kopia/kopia / mustFileAbs

Function mustFileAbs

cli/storage_sftp_test.go:184–191  ·  view source on GitHub ↗
(t *testing.T, fname string)

Source from the content-addressed store, hash-verified

182}
183
184func mustFileAbs(t *testing.T, fname string) string {
185 t.Helper()
186
187 result, err := filepath.Abs(fname)
188 require.NoError(t, err)
189
190 return result
191}

Callers 1

TestSFTPOptionsFunction · 0.85

Calls 1

HelperMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…