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