Less back and forths by returning semi count in page

This commit is contained in:
Thomas Krijnen
2025-10-25 15:08:21 +02:00
parent 5910b39766
commit e82ca0e932
3 changed files with 33 additions and 3 deletions
+3 -1
View File
@@ -139,7 +139,9 @@ private:
bool hasSemicolon() const;
void pushPage(const std::string& page);
size_t semicolonCount() const;
void pushPage(const std::string& page);
InstanceStreamer();