Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IAmRunning
Method
IAmRunning
library/cpp/coroutine/engine/impl.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
bool TCont::IAmRunning() const noexcept {
98
return this == Executor()->Running();
99
}
100
101
void TCont::Cancel() noexcept {
102
if (Cancelled()) {
Callers
nothing calls this directly
Calls
1
Running
Method · 0.45
Tested by
no test coverage detected