Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Checked
Method
Checked
library/cpp/coroutine/engine/iostatus.h:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
size_t Checked() const {
83
Status_.Check();
84
85
return Processed_;
86
}
87
88
private:
89
size_t Processed_;
Callers
4
DoWrite
Method · 0.80
DoRead
Method · 0.80
DoIoSleep
Function · 0.80
Write
Method · 0.80
Calls
1
Check
Method · 0.45
Tested by
no test coverage detected