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

Method TSubState

library/cpp/coroutine/engine/coroutine_ut.cpp:514–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512
513 struct TSubState {
514 TSubState(TState& parent, ui32 self)
515 : Parent(parent)
516 , Name(TStringBuilder() << "Sub" << self)
517 , Self(self)
518 {
519 UNIT_ASSERT(self < 2);
520 }
521
522 TSubState& OtherState();
523

Callers

nothing calls this directly

Calls 1

TStringBuilderClass · 0.50

Tested by

no test coverage detected