Files
esphome/esphome
J. Nick Koston 5e7895bf26 [core] Force inline Component::get_component_log_str()
Move get_component_log_str() from component.cpp into the header
as an always_inline method. This is a trivial one-liner that just
calls component_source_lookup(), but the compiler was keeping it
out-of-line across 8 call sites (13 bytes).

Saves 8 bytes on ESP32.
2026-04-01 14:23:47 -10:00
..
…
…
…
…