MCPcopy
hub / github.com/kopia/kopia / ConfigFile

Method ConfigFile

internal/repotesting/repotesting.go:158–160  ·  view source on GitHub ↗

ConfigFile returns the name of the config file.

()

Source from the content-addressed store, hash-verified

156
157// ConfigFile returns the name of the config file.
158func (e *Environment) ConfigFile() string {
159 return filepath.Join(e.configDir, "kopia.config")
160}
161
162// MustReopen closes and reopens the repository.
163func (e *Environment) MustReopen(tb testing.TB, openOpts ...func(*repo.Options)) {

Callers 9

setupMethod · 0.95
CloseMethod · 0.95
MustReopenMethod · 0.95
MustOpenAnotherMethod · 0.95
TestCLIAPIFunction · 0.80
StartServerContextFunction · 0.80

Calls

no outgoing calls