Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
186
func
(c *App) enableTestOnlyFlags() bool {
187
return
c.isInProcessTest || os.Getenv(
"KOPIA_TESTONLY_FLAGS"
) !=
""
188
}
189
190
func
(c *App) getProgress() *cliProgress {
191
return
c.progress
Callers
1
setup
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected