MCPcopy Create free account
hub / github.com/catboost/catboost / ~TInverseFilter

Method ~TInverseFilter

library/cpp/streams/lzma/lzma.cpp:108–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 virtual ~TInverseFilter() {
109 if (!UncaughtException()) {
110 try {
111 Finish();
112 } catch (...) {
113 }
114 } else {
115 //rely on gc
116 }
117 }
118
119 inline void Write(const void* ptr, size_t len) {
120 In_.Reset(ptr, len);

Callers

nothing calls this directly

Calls 2

UncaughtExceptionFunction · 0.85
FinishFunction · 0.50

Tested by

no test coverage detected