| 215 | PYBIND11_NOINLINE void reserve_slow_path(std::size_t sz) { m_repr.hvector.vec.reserve(sz); } |
| 216 | |
| 217 | bool is_inline() const { return m_repr.is_inline(); } |
| 218 | }; |
| 219 | |
| 220 | // Container to avoid heap allocation for kRequestedInlineSize or fewer booleans. |
no outgoing calls
no test coverage detected