MCPcopy 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

DoExecuteEventFunction · 0.45
network.cppFile · 0.45
operator()Method · 0.45
OnConnectMethod · 0.45
OnAcceptMethod · 0.45
WriteMethod · 0.45
ReadMethod · 0.45
DoRunMethod · 0.45
OnErrorMethod · 0.45
~TPortGuardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected