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

Method Stack

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

Source from the content-addressed store, hash-verified

35 }
36
37 TArrayRef<char> TTrampoline::Stack() noexcept {
38 return Stack_.Get();
39 }
40
41 const char* TTrampoline::ContName() const noexcept {
42 return Cont_->Name();

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected