Files
esphome/esphome
J. Nick Koston 9fd745cb09 [api] Add out-of-line write_raw_ wrappers calling write_raw_inline_
Hot paths use write_raw_inline_ (ALWAYS_INLINE fast path).
Cold paths (handshake, error handling) use write_raw_ which is
an out-of-line wrapper that calls write_raw_inline_ — same logic,
no code duplication, but the compiler won't expand the fast path
at each cold call site.
2026-03-29 11:16:33 -10:00
..