| 35 | TArrayRef<char> Stack() noexcept; |
| 36 | |
| 37 | TExceptionSafeContext* Context() noexcept { |
| 38 | return &Ctx_; |
| 39 | } |
| 40 | |
| 41 | void SwitchTo(TExceptionSafeContext* ctx) noexcept { |
| 42 | Y_ABORT_UNLESS(Stack_.LowerCanaryOk(), "Stack overflow (%s)", ContName()); |
no outgoing calls
no test coverage detected