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

File add_fl_noexcept.py

ci/tools/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 function declarations/definitions in C++ files.
3
4Uses clang-query (AST analysis) to find the exact file:line of every function

Callers

nothing calls this directly

Calls 3

_find_clang_queryFunction · 0.70
mainFunction · 0.70
resolveMethod · 0.45

Tested by

no test coverage detected