MCPcopy 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
88private:
89 size_t Processed_;

Callers 4

DoWriteMethod · 0.80
DoReadMethod · 0.80
DoIoSleepFunction · 0.80
WriteMethod · 0.80

Calls 1

CheckMethod · 0.45

Tested by

no test coverage detected