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

Method TFileTree

util/folder/fts_ut.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38class TFileTree {
39public:
40 TFileTree(char* const* argv, int options, int (*compar)(const FTSENT**, const FTSENT**)) {
41 Fts_ = yfts_open(argv, options, compar);
42 }
43
44 ~TFileTree() {
45 yfts_close(Fts_);

Callers

nothing calls this directly

Calls 1

yfts_openFunction · 0.85

Tested by

no test coverage detected