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

Function main

ci/lint_cpp/test_aggregation_checker.py:252–261  ·  view source on GitHub ↗

Run standalone check.

()

Source from the content-addressed store, hash-verified

250
251
252def main() -> int:
253 """Run standalone check."""
254 success, violations = check()
255 if success:
256 print("✅ Test aggregation structure OK")
257 return 0
258 print(f"❌ Found {len(violations)} test aggregation violation(s):")
259 for v in violations:
260 print(f" {v}")
261 return 1
262
263
264if __name__ == "__main__":

Callers 1

Calls 2

checkFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected