MCPcopy Index your code
hub / github.com/treeverse/dvc / debug_help

Function debug_help

dvc/_debug.py:213–216  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

211 verbose = args.verbose
212
213 def debug_help(msg):
214 if verbose:
215 return msg
216 return SUPPRESS
217
218 parser = parser.add_argument_group("debug options")
219

Callers 1

add_debugging_flagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected