MCPcopy Create free account
hub / github.com/bazelbuild/bazel / _render_analysis_help_text

Function _render_analysis_help_text

tools/ctexplain/ctexplain.py:98–101  ·  view source on GitHub ↗

Pretty-prints help text for available analyses.

()

Source from the content-addressed store, hash-verified

96
97
98def _render_analysis_help_text() -> str:
99 """Pretty-prints help text for available analyses."""
100 return "\n".join(f'- "{name}": {analysis.description}'
101 for name, analysis in analyses.items())
102
103flags.DEFINE_list("analysis", ["summary"], f"""
104Analyses to run. May be any comma-separated combination of

Callers 1

ctexplain.pyFile · 0.85

Calls 2

itemsMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…