MCPcopy Create free account
hub / github.com/FastLED/FastLED / add_fl_noexcept.py

File add_fl_noexcept.py

ci/refactor/add_fl_noexcept.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2"""Add FL_NOEXCEPT to functions using clang-query AST + multi-line-aware insertion.
3
4Uses clang-query to find the exact file:line of every function missing noexcept,

Callers

nothing calls this directly

Calls 2

mainFunction · 0.70
resolveMethod · 0.45

Tested by

no test coverage detected