Files
esphome/esphome/components/pid
J. Nick Koston 3c90438947 [core] Convert remaining add_on_*_callback methods to templates
Convert all remaining component add_on_*_callback methods from
std::function to templates so lambdas flow through without wrapping.
This avoids a heap allocation regression where passing std::function
through Callback::create would heap-allocate the std::function itself.

Also add NOLINT annotations for clang-analyzer false positive on
byte-wise copy in Callback::create.
2026-03-15 22:36:48 -10:00
..
2021-03-07 16:03:16 -03:00
2022-11-24 13:12:55 +13:00