MCPcopy Create free account
hub / github.com/FastLED/FastLED / AllInfoResult

Class AllInfoResult

ci/util/build_info_analyzer.py:50–55  ·  view source on GitHub ↗

Result of get_all_info.

Source from the content-addressed store, hash-verified

48
49@dataclass(slots=True)
50class AllInfoResult:
51 """Result of get_all_info."""
52
53 ok: bool
54 info: dict[str, Any]
55 error: str
56
57
58@dataclass(slots=True)

Callers 1

get_all_infoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected