MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / isValid

Method isValid

src/Disks/DiskLocal.cpp:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 void next() override { ++entry; }
141
142 bool isValid() const override { return entry != fs::directory_iterator(); }
143
144 String path() const override
145 {

Callers 2

isDirectoryEmptyMethod · 0.45
asyncCopyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected