MCPcopy Create free account
hub / github.com/catboost/catboost / Context

Method Context

library/cpp/coroutine/engine/trampoline.h:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());

Callers 2

find_distributionsMethod · 0.45
RunSchedulerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected