Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Status
Method
Status
library/cpp/coroutine/engine/events.h:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
int Status() const noexcept {
43
return Status_;
44
}
45
46
void SetStatus(int status) noexcept {
47
Status_ = status;
Callers
10
DoExecuteEvent
Function · 0.45
network.cpp
File · 0.45
operator()
Method · 0.45
OnConnect
Method · 0.45
OnAccept
Method · 0.45
Write
Method · 0.45
Read
Method · 0.45
DoRun
Method · 0.45
OnError
Method · 0.45
~TPortGuard
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected