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

Method TState

library/cpp/coroutine/engine/coroutine_ut.cpp:532–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530
531 struct TState {
532 TState()
533 : Subs{{*this, 0}, {*this, 1}}
534 {}
535
536 TSubState Subs[2];
537 bool Stop = false;

Callers

nothing calls this directly

Calls 2

SetNonBlockFunction · 0.85
GetHandleMethod · 0.45

Tested by

no test coverage detected