MCPcopy Create free account
hub / github.com/catboost/catboost / Finish

Method Finish

util/stream/buffered.cpp:249–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 inline void Finish() {
250 try {
251 Flush();
252 } catch (...) {
253 try {
254 DoFinish();
255 } catch (...) {
256 // ¯\_(ツ)_/¯
257 }
258
259 throw;
260 }
261
262 DoFinish();
263 }
264
265private:
266 inline void DoFinish() {

Callers 2

DoFinishMethod · 0.45
DoFinishMethod · 0.45

Calls 1

FlushFunction · 0.70

Tested by

no test coverage detected