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

Method Destroy

util/folder/iterator.h:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class TDirIterator: public TInputRangeAdaptor<TDirIterator> {
14 struct TFtsDestroy {
15 static inline void Destroy(FTS* f) noexcept {
16 yfts_close(f);
17 }
18 };
19
20public:

Callers

nothing calls this directly

Calls 1

yfts_closeFunction · 0.85

Tested by

no test coverage detected