MCPcopy
hub / github.com/kopia/kopia / mustGetMutableParameters

Function mustGetMutableParameters

repo/format/format_manager_test.go:402–409  ·  view source on GitHub ↗
(t *testing.T, mgr *format.Manager)

Source from the content-addressed store, hash-verified

400}
401
402func mustGetMutableParameters(t *testing.T, mgr *format.Manager) format.MutableParameters {
403 t.Helper()
404
405 mp, err := mgr.GetMutableParameters(testlogging.Context(t))
406 require.NoError(t, err)
407
408 return mp
409}
410
411func mustGetUpgradeLockIntent(t *testing.T, mgr *format.Manager) *format.UpgradeLockIntent {
412 t.Helper()

Callers 4

TestFormatManagerFunction · 0.85
TestUpdateRetentionFunction · 0.85
TestChangePasswordFunction · 0.85

Calls 3

ContextFunction · 0.92
HelperMethod · 0.80
GetMutableParametersMethod · 0.65

Tested by

no test coverage detected