Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetNonBlock
Function · 0.85
GetHandle
Method · 0.45
Tested by
no test coverage detected