* @brief Erases all contexts in the buffer. */
| 61 | * @brief Erases all contexts in the buffer. |
| 62 | */ |
| 63 | sonic_force_inline void Clear() { stack_.Clear(); } |
| 64 | |
| 65 | /** |
| 66 | * @brief Push a value into buffer |
nothing calls this directly
no outgoing calls
no test coverage detected