MCPcopy
hub / github.com/kopia/kopia / enableTestOnlyFlags

Method enableTestOnlyFlags

cli/app.go:186–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184}
185
186func (c *App) enableTestOnlyFlags() bool {
187 return c.isInProcessTest || os.Getenv("KOPIA_TESTONLY_FLAGS") != ""
188}
189
190func (c *App) getProgress() *cliProgress {
191 return c.progress

Callers 1

setupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected