* @brief Check if stacklet's stack is empty. */
| 109 | * @brief Check if stacklet's stack is empty. |
| 110 | */ |
| 111 | [[nodiscard]] auto empty() const noexcept -> bool { return m_sp == m_lo; } |
| 112 | /** |
| 113 | * @brief Check is this stacklet is the top of a stack. |
| 114 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected