Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
class TDirIterator: public TInputRangeAdaptor<TDirIterator> {
14
struct TFtsDestroy {
15
static inline void Destroy(FTS* f) noexcept {
16
yfts_close(f);
17
}
18
};
19
20
public:
Callers
nothing calls this directly
Calls
1
yfts_close
Function · 0.85
Tested by
no test coverage detected