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

Class Analysis

tools/ctexplain/ctexplain.py:54–61  ·  view source on GitHub ↗

Supported analysis type.

Source from the content-addressed store, hash-verified

52
53@dataclass(frozen=True)
54class Analysis():
55 """Supported analysis type."""
56 # The value in --analysis=<value> that triggers this analysis.
57 key: str
58 # The function that invokes this analysis.
59 exec: Callable[[Tuple[ConfiguredTarget, ...]], None]
60 # User-friendly analysis description.
61 description: str
62
63available_analyses = [
64 Analysis(

Callers 1

ctexplain.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…