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

Method empty

src/Databases/DatabaseFilesystem.cpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184bool DatabaseFilesystem::empty() const
185{
186 std::lock_guard lock(mutex);
187 return loaded_tables.empty();
188}
189
190ASTPtr DatabaseFilesystem::getCreateDatabaseQueryImpl() const
191{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected