MCPcopy Create free account
hub / github.com/chen3feng/toft / LocalFileIterator

Method LocalFileIterator

storage/file/local_file.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25class LocalFileIterator : public FileIterator {
26public:
27 explicit LocalFileIterator(DIR* dp, const std::string& dir,
28 const std::string& pattern,
29 int include_types, int exclude_types)
30 : m_dp(dp, closedir), m_dir(dir), m_pattern(pattern),
31 m_include_types(include_types), m_exclude_types(exclude_types) {}
32 ~LocalFileIterator() {}
33
34 bool GetNext(FileEntry* entry) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected