Revert "Split IO"

This commit is contained in:
Robin Davies
2025-07-23 22:25:07 -04:00
committed by GitHub
parent 7830b27bb2
commit 77d8672ca6
16 changed files with 184 additions and 267 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ public:
bool has_query(const std::string &key) const {
for (size_t i = 0; i < queries_.size(); ++i)
{
if (queries_[i].key == key) return true;
if (queries_[i].key == key) true;
}
return false;